Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

If you're not experienced and you're young - take mom and dad's offer to keep living at home while you buy a domain name and ask them if they can help pay for a billion or so tokens of AI. Build something novel (there are basically unlimited ideas right now). You can even find something that's been done before but the entrenched players are taking forever to figure out their AI strategy. Do it before they buy 3 ai startups that are the strategy - better yet, be one of those startups that get bought.

Do you think there is any chance that the characteristics of human territories are determined in significant part by the natural tendencies of their inhabitants?

Do you think there is any chance that there is a diverse set of natural tendencies among humans, clustered by what sort of environmental filters those humans passed through? For example, surviving “trying to kill you” winter every year for thousands of years in a row with survivor man tier technology, where planning and tool design/making are critical, vs not?

I’m literally asking if you think there’s no chance, and if so, how do you know that? Was it scientifically proven? I’ve looked long and hard for that, and gosh I just couldn’t find where that ever happened.

If there is a chance, though, then we are gambling at (further) becoming Brazil in order to save the comfort of one single generation of old people. Yeah I think I’ll pass on that, thanks.

As for alternate solutions. We could allocate available resources based on how many descendants the old person produced. Why should we tolerate free riders and make the young produced by others pay for them? Let them be in old people dorms. Let them have insufficient medical care. It isn’t worth risking the quality of the country over, obviously. And if we use the scheme I mentioned, then they aren’t anybody’s grandparents, anyway. Who will fight for them?

The values you hold, the ones you are defending right now, are western values. Your type seems so sure that the newcomers can be brainwashed to think like we do. Good luck with that! Egalitarianism is not the norm historically or globally. It certainly isn’t the human default.


    > how to handle errors and diagnostics, though it's an area of active exploration
I am flabbergasted and exasperated by this sentiment. Zig is over 9 years old at this point. This feels this same kind of circular arguments from Golang "defenders" about generics and error handling.

QuickTime for Windows existed long before that, and Apple ported a bunch of the old Classic Mac Toolbox to Windows as part of that.

IIRC it was actually this Windows port of Toolbox that in some ways laid the foundation for Carbon - i.e. a port of the Toolbox API to what became Mac OS X.


"And I tell you, we are here on Earth to fart around, and don’t let anybody tell you any different."

— Kurt Vonnegut

https://archive.ph/LZPil


I wonder why when swipeing between the two sides of the disc it always appears convex from the currently viewed side, but flat when viewed edge on.

Anyone knows what could cause this?


Snap is the greatest innovator of user experiences in this generation. This is evidenced by the fact that literally every other social media app is just a hodgepodge copycat of sorts of what snap invented. For people who introduced themselves to tech with snap as one of their first apps, its the most intuitive thing ever.

When they first introduced video calls, schools had to close for a day.

Imagine then you come here and see someone calls it awful. Can't help but think its just an instance of "old man yelling at clouds".


> So the question I have for hardcore low level programmers: why don't they invest more on the memory allocators

A partial answer is that part of low-level programmers avoid memory allocation and threads like plague. In some cases they are not even an option (small embedded programming, it's nearly as low-level as you can get before going hardcore for real with assembly programming), but when they can the keywords are efficiency, reliability, predictability, and simplicity : statically allocating in advance is a thing you can do because the product is typically with max specs written on the box (e.g. max number of entries in a phone book, to take a generic dumb example), and you have to meet these requirements even if the customer uses all of the capabilities to the max; no memory overbooking allowed, which is basically what dynamic allocation is, in a sense.

> instead of starting a new programming language

If I were to start a new low-low level programming language, I would basically just fix C's weak typing problem, fix the UB problems that only come from issues with long-gone processors (like C++11 finally did with sign encoding), "backport" some C++ features (templates? constexpr?), add a pinch of syntactic sugar and fix union types to have proper sum types. But probably I've just described D and apparently a significant chunk of C23.


> So, because of these stupid accounting rules, you have to buy Internet from someone else who is then paying UTOPIA for last-mile access, which makes it very difficult for UTOPIA to actually break even on their build-out

Washington state just makes the customers pay the costs for build-out. Then the municipal utility district always breaks even. You can finance it through a utility lien, but either way, build out is expensive; less so if someone else already paid to get fiber to pass your lot, but still pretty spendy.


> AI is bad at figuring out what to do, but fantastic at actually doing it.

I've found AI is pretty good at figuring out what to do, but hit or miss at actually doing it.


There are certainly a lot of ways to interpret it but accountability assumes that a person will learn from their mistakes and generally not make them again. LLMs even in the same chat session will do something wrong and confidently claim that it did it right over and over.

Weird, DDG supposedly uses Bing which should be indexing everything. Then again this is Microsoft, who can't even get local search working - Win11 lately can't even find Add/Remove Programs on my PC, I have to go through Settings and click 18 times before I find it.

re blocking: after every search in the upper-right corner of each link I see 3 dots which opens a menu and offers "block this site from all results".


There are actually quite a lot of these in the UK - I remember many years ago meeting a lady who had visited them all and written a book about them!

I guess if it would reach the higher level of adoption there would be a very easy way to charge back for the auto- requested stuff.

Also there could be mandatory confirmation required for any amount set.

Want to remove ads? Click and confirm.

For just donating 1c per minute of reading you could have those queued somewhere and still have a chance to explicitly approve it once a month / a week / a day


Then why bother making an app? The user can access the web app using the browser.

Perl I used in 2008 or so but not since. Haven't come across Perl 6.

> When you get 200+ applicants in a SWE role, what do you actually do to narrow it down?

Search for people that could replace your team - not that it would be the goal. Don't treat it as an annoyance, treat it as this is your opportunity to make the team really great. So don't use tools, wade in and screen, filter if the experience does not match.

But most of all you'll want someone that isn't too cocky, but has a track record of accomplishing.


Unfortunately, I am also worried that is the case.

There was an era where there were a lot of completely free sites, because they were mostly academic or passion projects, both of which are subsidized by other means.

Then there were ads. Banner adds, Google's less obtrusive text ads, etc. There were a number of sites completely supported by ads. Including a lot of blogs.

And forums. Google+ managed to kill a lot of niche communities by offering them a much easier way to create a community and then killing it off.

Now forums have been replaced by Discord and Reddit. Deep project sites still exist but are rarer. Social media has consolidated. Most people don't have personal home pages. There's a bunch of stuff that's paywalled behind Patreon.

And all of that has been happening before anyone threw AI into the mix.


Rust's solution to this is quite good, that's 0..9 and if you want to include 9 it's 0..=9, it looks a bit funny but knowing one with an = sign in it exists removes any doubt

> Making a compiler is great and all but too many people exist with a lox interpreter-compiler or something taken from the two Go books

Damn, you don’t hold back, do you?


GLM-4.6 is on par with Sonnet 4.5. Sometimes it is better, sometimes it is worse. Give it a shot. It's the only model that made me (almost) ditch Claude. The only problem is, Claude Code is still the best agentic program in town and search doesn't function without a proper subscription.

As a user who bounces between SD1.5/SDXL/FLUX LoRAs, my recurring pain points are: (1) compatibility (don’t mix architectures), (2) weight tuning (0.x vs 1.0 debates), and (3) preview/compare under fixed conditions. These show up constantly on Reddit.

LoRAModel positions itself as a LoRA-centric generation & training platform, with Flux LoRA compatibility noted on-site, a model gallery, and plans that include training credits. Having the LoRA context collected in one place helps me get to a “first decent result” faster (and keeps me from mixing base models by mistake).

What I liked as a user: • It nudges you to respect base-model compatibility before you waste time (SD1.5 vs SDXL vs FLUX). • The flow aligns with the community’s with/without-LoRA testing habit; see common comparison workflows. • Pricing/Refund/Privacy/TOS are public, which makes commercial use decisions easier.

Not affiliated; just sharing something that reduced friction for me. Link: https://loramodel.org/


Was the 040/060 always supposed to be the end of the line, or might we have seen more advanced "68k" chips if sales had continued?

Thank you!

Unfortunately I get the same kind of garbage around closing curly braces / closing parenthesis / dots with this magick filter... It seems to do slightly better with an extra `-resize 400%`, but still very far from as good as what you're getting (to be fair the monochrome filter is not pretty (bleeding) when inspecting the result).

I wonder what's different? ( ImageMagick-7.1.1.47-1.fc42.x86_64 and tesseract-5.5.0-5.fc42.x86_64 here, no config, langpack(s) also from the distro)


The article's claim of Zig being a "totally new way to write programs" is quite mad but I'd like to make a different claim: Zig's own development is a totally new way of writing programming languages (or is at least very rare).

While I don't wholly agree with all choices made by Andrew and the Zig team, I greatly appreciate the care with which they develop features. The slow pace of deliberating over features, refining them, and removing unnecessary ones seems in sharp contrast to the development of any other langauge I'm aware of. I'm no language historian though, happy to be challenged.


> Or is the point that there are many biases both ways?

My point is that if you ask wagonmakers what they think about cars, you won't get many positive replies, but enthsiastic ones where city governments decide to go full Amish. New times and new technology necessitate changing the craft, and the methods of yesteryear, though trained into teachers, just don't work anymore. Change is scary.


Can you share any evidence of this massive sympathy?

If the applied science catches on, then children in 2525 will look back and ask why we refused to cure ourselves of so much suffering.

The winner is King and the loser is the bandit, or as we say in the west: history is written by the victor.


Not better than a Kessler dyno. The best Formula 1 teams still use Kessler.

You need the long axle to apply the power to.

You never heard of them as they are only producing 30 a year.


I read a book by Marvin Simon on Spread Spectrum. The book is very helpful in that each chapter starts with a problem. History of how people tried to solve it. Before moving on to the canonical solution.

Technically and conceptually these problems are not simple nor were well known or understood at the time Lamarr was working on them. It took from the mid 40's to the mid 60's for all the parts to come together.


Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

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

Search: