Viewing profile — asjir
asjir
HN member- Joined
- Sat, Dec 05, 2020, 1:21 PM UTC
- HN karma
- 47
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About asjir
No profile information was provided.
Recent public activity
-
comment
Comment #48169638
Exactly, they put a lot of money into engineering and it does give results
-
comment
Comment #48169625
Just keeping it up to date with competitors is much cheaper, by copying better ones like Qwen did with Claude. Also a bunch of research is trickling into open source / arxiv so cat…
-
comment
Comment #47501059
maybe you can preselect good ideas, build up guidelines describing most common pitfalls, extrapolate from ideas you already vetted etc and run on autopilot on a safe-ish subset
-
comment
Comment #46152806
But what if it's a bubble driven by speculation? It wouldn't pay off. Starting a futures exchange on RAM chips, on the other hand...
-
comment
Comment #45517032
Nvidia's parakeet dropped recently with better performance and 0.6B params, so the rate of progress here looks good, probably next year (or mby the year after) they'll be running n…
-
comment
Comment #45474878
Not really answering your question, but: One completely imo unnecessary category of sloppy software is electron apps. It's totally ridiculous how little resources are put into alte…
-
comment
Comment #45316288
I read this comment first and thought: "oh come on, how bad can it be". So then seeing this really being so bad(-ly overdesigned) was quite amusing.
-
comment
Comment #45234705
I'm not disagreeing per se, but in my experience my tests are so disposable they're never worth investing that much engineering effort in past getting them to pass
-
comment
Comment #45194627
The author makes an argument that at least looks like people choose YT over Nebula because YT is free. I, for example, already pay for Nebula, so I can watch it for free, but I sti…
-
comment
Comment #44898390
If they do some decarbonization real estate SaaS and need connections with both regulators or whoever issues certificates and REITs etc, then it makes sense. I don't think they nee…
-
comment
Comment #44715656
To expand upon the other comment: Indexing and multiplying with one-hot embeddings are equivalent. IF N is vocab size and L is sequence length, you'd need to create a NxL matrix, a…
-
comment
Comment #44541746
I'd be more concerned about the size used being 70b (deepseek r1 has 671b) which makes catching up with SOTA kinda more difficult to begin with.
-
comment
Comment #43374124
In a 20-person office you'll pass by like 2 people on the way with the card, so it's not a problem. If the office was bigger, and it was a problem, you could just designate a spot …
-
comment
Comment #43302424
Ahh, I see, thank you (and other commenters) I was a bit surprised by the change in tone in a way I probably wouldn't've been if I'd read chronologically.
-
comment
Comment #43300491
Why not start with Colour of Magic? For context, I started with it, then Light Fantastic and I'm finishing Sourcery now.
-
comment
Comment #42982604
His argument is that it's effectively a legal moat now that protects monopoly. Like we shouldn't accept that you need to break the law to have a chance to compete with them.
-
comment
Comment #42982595
I thought about it for a full day, and I have one idea for how to handle copyrighted data training. It would need to be open / regulated and training till double descent would need…
-
comment
Comment #42805792
I think this was overly self-critical - what would researching fully even mean? They can have however many sheep they want hidden within one-mile distance from Trafalgar square, no…
-
comment
Comment #42703871
The compound: state hate crime victim numbers Translated into Polish is: liczby ofiar państwowych zbrodni nienawisci Which translates back into: numbers of victims of governmental …
-
comment
Comment #42702832
Reminds me of Go being released without a package manager because at Google they didn't need it lol What codebase size do you have?
-
comment
Comment #42702718
Actually, only today I noticed that Cursor's Agent Composer now can properly respond to linting errors. In my typescript codebase case, it solves a lot of problems, it probably hel…
-
comment
Comment #42049745
Exactly, especially when the clouds are so low you can't even see where the sun is shining from (common here in late autumn)
-
comment
Comment #41960323
reminds of me of this quote from the Tao of programming: https://farosaves.com/375baf1e-cc1c-4f02-8a7c-35eaba25d94d
-
comment
Comment #41790144
Oh, on the reversible webpage it's written that categories are by users so it's like wiki - At first I thought that it's done by any user and not pages authors. But now I'm interpr…
-
comment
Comment #41709950
I do web dev now, but it reminded me of good times coding in Julia. Like I once wanted to have my own syntax for querying a SQLite, so built my own ORM. The query syntax is defined…