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

I use it in WASM on the client and call it a day. It works for our use case, but obviously not most.

The graph visualisation itself isn’t much use in my experience.

But being able to tie related notes together, and see at the bottom of one which other notes reference it is interesting.

Even more now that a LLM can take care of the actual tending and pruning.


Cut juniors for AI

Save money

Invest in market share

Increase market cap

Hire the last remaining seniors at higher rates but only where needed

Great time to be a shareholder or staff level engineer. For everyone else, the ladder has been pulled.


I use this all the time in C (specifically, C99 or later). I first saw it used in anger in `sokol_gfx`, and loved it. `FLECS` does something similar.

C makes it much better than C++ in that the designated initializes can be set in any order --- so I don't need to remember the often-arbitrary order of struct fields for the options struct.

I find it weird that C++ took this great C feature and kneecapped it ...


Yes, you get to say what you want, but that doesn’t mean you get what you want. With millions of people all saying something different, nobody gets exactly what they want.

My theory is that this is about setting up a precedent for control, the "foreign" framing is especially revealing in this direction imo. Lots of countries are discussing "Sovereignty AI strategies" right now. The weird part for me is the 30 days retention change, if this was a calculated theatre, then what part did that play? Wondering if that was also an ask from the govt just not disclosed by them.

The main error of the AI bubble is expressed in the The Jetsons cartoon from the early 60s.

In the future, everyone obviously would be running nuclear powered cars. It was just an engineering problem to be solved. Ford made the Ford Nucleon prototype in 1958.

The nuclear optimism completely blinded people to the ridiculous idea of an individual handling nuclear material for personal use.

The AI bubble error is this idea that everyone is going to have "AGI" in their pocket. It is just a completely absurd idea that is not going to happen.

Fable was interesting from what I tried but nothing close to AGI yet here we are. The models don't get smarter and LESS restricted from here.

To me, right away it seemed that the "Mythos moment" was extraordinarily bearish for the assumptions the AI bubble is built on.


> much more profitable

I think you made this up.

Right now, I don’t believe any LLM company is profitable at all.

Unless you meant “more profitable” to mean “not-as-badly-negative profit”.


> Fable was the strongest model on the market

based on Anthropic's own self promotion. no reason to think that Chinese models are not just as good or better. the key thing here is training on machine code and dis-assembled binaries and the Chinese have a complete data set of pirated software, with no limitations on how they use it. I seriously doubt they are actually behind.

> only if you're not a US citizen, but in practice, even if you are

the issue here is that Anthropic needs a legal opinion that their mechanisms for detecting foreign users in the US are compliant, which is technically hard to do, and a complex intersection of technical details and national security law, so getting a legal opinion can't happen overnight. it will be back.


Which "older" ones? The original 5 is kind of a tank.

For me it was just a command lol

It's now that I am reflecting back that it's all related to home brewing!


Learning can be done without a degree, but building connections and securing funding is difficult without one.

A degree simplifies the cognitive resources needed to gain trust. Normally, gaining trust requires a lot of time. As a freelancer, it took me two years of very low-income work and repeatedly taking small jobs before I got my first real contract, simply because I didn't have a good degree.

But if you have a degree, you can skip that starting line quickly. I've done over 400 small jobs—work for college students, professors, and business owners. 80% of those were won with the lowest bid. And because I took those low-bid jobs, I eventually landed fairly well-paying contracts (about 35 of them) where I even drafted the contracts myself.

Moreover, while they say you can learn without a degree, it's much harder.

Why? Because a degree provides guidance through a curriculum. When you're just starting out, you don't even know what you need to learn. You have to ask around and figure it out piece by piece. A degree, even if you don't study properly, at least gives you the keywords to search for. Without a degree, you don't even know what it is you're trying to do.

I don't have a computer science degree, nor did I attend a good university. That's why it took an enormous amount of time to generate income from computer-related work. And even then, the vast majority of jobs paid below minimum wage, if anything at all.


Indeed. When are we going to wake up and stand up to this? "Freedom?" This is not freedom. Liberty? Nope. This really is techno-serfdom. Power and capability for me (govts / large corps) but not for thee (us, the serfs).

It barely made the news inside the US.

Zig raises overflow. There are +|= and +%= operators for clamped and wrapping addition.

Rust doesn't raise overflow by default. But you can just 123.checked_add(321). Now your code is unreadable, but it's overflow safe.

Honestly, based on the way I write code I'd rather something like an end of line comment. Like:

   var x = y + z; # wrapped
Because I'm very unlikely to mix wrapped/checked/clamped arithmetic in a single line. It can't be a compiler state like doing(wrapped) { x + y } because in Zig every line must be "compilable" by itself, without requiring context from other parts of the code. Function names are too verbose. Casting is too verbose. Having a statement-level modifier would be a good compromise.

"We shouldn't try to be like the big browsers because that's not what our Community wants."

This is just a path to irrelevance. Firefox had the ambition to be the default browser, what Chrome is now! It's a shame if they're going to spiral off into their niche.


What has national socialism got to do with capitalists?

What does older mean in this context? Because some people still think the year 1996 wasn't that long ago. Modern Renault cars are fine and reliable enough. I've had 4 in my life time and had zero issues myself. I see a ton of them here in the UK and, again, they're fine.


Around the end of last year it became the cool/popular thing to use Anthropic models instead of OpenAI. With all the negative sentiment toward Anthropic, will that change again? What would be next? Local models? (seems impractical) Gemini?

I work too much.

We've got: a language that looks like python but lowers to cpp: https://github.com/wegfawefgawefg/dudu; a site that tracks power outtages in canada: https://www.outagehub.ca/ ; a clone of spelunky in cpp with multiplayer and mods: https://github.com/wegfawefgawefg/splonks-cpp; a shadertoy clone but you code in asm: https://github.com/wegfawefgawefg/asm-shader-toy; a fixed point math lib: https://github.com/wegfawefgawefg/gfxp; a sexpr based json replacement with good perf: https://github.com/wegfawefgawefg/gsexp;

Outside of personal stuff, I'd like to shill my consultancy, G&K Software. (IDK if this is even allowed, but its what i'm working on so I think its fair.) We had: an ai asset generation site; a trading tool for a fund in dubai; an endorsed sales data tool;

Those are all out of business now due to global market craziness, tarrifs, and AI advancements... so I guess we've got nothing right now. (Please somebody give us business lol) gibson@gnk.software


Truly, big corps have no incentive to invest in open source local AI. I maintain a small effort towards this goal here at https://pocketweb.tools/

> Are you saying that this isn't political? It's literally about politics.

Sure it's about politics, but it's also about tech. The intersection of politics and tech is a fascinating area, of great interest to many folks on HN, and probably within HN's charter.

I think that merely touching on politics should not be grounds for flagging a submission, even when the specifics are highly controversial (as in this case).


Actually should be mostly fine since it’s pretty inert, unless you eat the stuff used to make it.

It's disturbing to think that there are people getting paid huge amounts of money by governments, using taxpayer money to f around with politics of other countries... Meanwhile I've been trying to raise a $100K seed round for my startup which I've been working on for 14 years during nights and weekends... and I never even made it the interview phase of a tech incubator. WTF is wrong with people?

Because it’s effectively free to copy.

I want copyright to be completely abolished and patronage to re-become normal and common. Most of my favorite artists already distribute most of their work for free and rely on the latter.


Is there a way to import expenses? It's a bit annoying if I have to enter them one by one on my phone, when I can easily get an export from my bank account on my desktop

https://en.wikipedia.org/wiki/Nazi_human_experimentation

Hypothermia research, sleep deprivation research, etc. really cruel stuff.


For about a half of year there have been cars with sodium-ion batteries, in China. As you say, for now they are more expensive, but it is expected that the price will drop quickly in the following years.

Because they lose neither capacity nor charging speed at low temperatures, like the lithium-ion batteries, they expect that in the future sodium-batteries will be the best choice in the countries with cold climates.


This is categorically wrong, but even then - those that do not vote at all bear even more responsibility, and are traitors to democracy itself. By not participating in shaping it, you're dishonouring everyone that fought and died for your freedom.

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

Search: