Hacker Newsnew | past | comments | ask | show | jobs | submit | HauntingPin's commentslogin

I agree, it's the night-time that makes places, particularly urban ones unnerving and/or creepy. I once worked as a courier, which sometimes involved delivering things to stores or weird ass storage buildings in the middle of the night. I hated those night-time deliveries. Even worse when I had to go through rooms with mannequins, made my skin crawl.

I had the same issue with Intel. It's not guaranteed there either.

Did you end up going into game dev or just generally software development? I'm always jealous of the people who grew up making maps or game mods, I wish I'd been more motivated when I was younger to do stuff like that.

Software dev. Game dev never really appealed to me. I kind of have an artsy streak inside of me and map making always felt like additive sculpture which is probably why it appealed.

Those prices are wild. I forgot how much laptops cost at the time. On the other hand, I was just a kid, so maybe I was just never really that aware of it.

Price USD Price DM Euro

$ 1,599 DM 3749 EUR 1917

$ 1,799 DM 4249 EUR 2172

$ 1,499 DM 3999 EUR 2045

$ 1,799 DM 4699 EUR 2403

https://www.ibook-clamshell.com/index.php/en/model-overview


Yeah, that first ibook base model would have been around $3100 today ($1599 then): https://en.wikipedia.org/wiki/IBook#iBook_G3_(%22Clamshell%2...

Laptops used to be a premium product, even on the lower-ish end. I don't think that properly changed in the mass-market until the eee pc, but I might be misremembering.


And Apple famously struggled for a long time to compete with PCs on price, beyond what their positioning as a premium brand would justify, compounding the problem. And their hardware wasn't exactly setting the world on fire on performance metrics, either.

I'd long thought it'd gone underappreciated how much slow but steady progress Apple has made in the past couple of decades at improving the value of their computers, but everyone has been talking about that since the Neo dropped. Well deserved and overdue, in my opinion.


I assume that if Microsoft hadn't abandoned WinForms for the next thing, it would support dynamic sizing and DPI properly. It's mindboggling how much time and effort they've wasted coming up with new GUI frameworks instead of just improving on what they have.

It does, but many still think it is like using VB 6 and don't learn the additional APIs that provide that support, e.g. FlowLayoutPanel and TableLayoutPanel.

And for HiDPI, https://learn.microsoft.com/en-us/dotnet/desktop/winforms/hi...


I remember a marvelous quote from a guy that was at some MS conference and got handed a leaflet that said:

> WinForm or WPF, how to choose

and they were like: "the question I have isn't how to choose, but _why_ I have to choose".


I don't think it's abandoned and it looks like there is a lot of activity around the high DPI concern.

https://github.com/dotnet/winforms/issues?q=is%3Aissue%20sta...


The show was also incredibly popular in Germany in the 90s.

What's the relationship between Delphi and Lazarus?


Delphi is commercial: https://www.embarcadero.com/products/delphi/product-editions

Lazarus is free with no artificial limitations, for FreePascal: https://www.lazarus-ide.org/


It's a Delphi-compatible IDE: https://www.lazarus-ide.org/


Pascal


> Programming will continue to exist as a hobby, not as a profession.

How is that a good thing? Sounds insanely dystopian to me. Especially considering all the other jobs that will be affected too.


It sucks to fear for your job because programmers decided to automate your job away, doesn't it?


https://www.newsweek.com/joe-biden-new-hampshire-campaign-co...

yeah, it does suck, all the way to nvidia's bank account


those are extremists. for them it must be left or right. two cannot coexist.

meanwhile in reality many jobs still exist that could be automated..Why? because people dont let others automate their joy of life away.

its how it always goes.

people will be programming professionally, and such programs will be used by businesses.


In what way is being woke a bad thing and how does the MoD being woke a threat to national security?


I've worked with both Java and Python extensively. Python's type system is far more exhausting, tbh. You have to think about types in both languages, but at least in Java, the compiler and static analysis can tell you if there are type-related issues. In Python, runtime errors. Anything larger in Python becomes a nightmare to work with because you basically never know for sure what's being passed into a function without excessive type checking and testing.


And you can never mandate that optional type checking in a big enough team.

You can even see popular FOSS Python packages that have very limited type checking.


Why not? Have mypy/pyright/pryefly/ty type errors break CI. If you're starting a new project, there's no reason you shouldn't.


> Have mypy/pyright/pryefly/ty type errors break CI.

Only if types are present.

> If you're starting a new project, there's no reason you shouldn't. Most dependencies would still be untyped.


> Only if types are present.

Make sure they are. Set no implicit any in your type checker, and use a linter to ensure every function has type annotations.

> Most dependencies would still be untyped

Most is a big exaggeration. I understand it's dependent on the domain, but only a small subset of the ones I use in my projects are untyped, and you can write typed wrappers when necessary.

Also, perfect is the enemy of the good. I'd rather have a 90% typed codebase and work around untyped dependencies than abandon the idea at all.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: