HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nsonha

862 karmajoined vor 8 Jahren
[email protected]

comments

nsonha
·vor 9 Stunden·discuss
No one said his post was high effort/quality but please reply again and with your amazing language skills twist my words to double down on petty points like that.
nsonha
·vor 18 Stunden·discuss
The corect term is being a tech influencer and even if you say it with a bad connotation it's completely different than spamming which is low/no effort posting and most of the times selling something.

If having a job makes you unable to use basic English, then it's time to take a break like he does maybe.
nsonha
·vorgestern·discuss
this was a year ago (which is a long time in llm timeline), when they've just launched Grok, which I acknowledge in my comment. There is any evidence or investigation of it happening today?
nsonha
·vor 3 Tagen·discuss
> okay with CSAM

based on what? I tried and it could not even generate adult nudity. Earlier Grok Image was poorly censored but now they have their filters in place.
nsonha
·vor 3 Tagen·discuss
from my experience, grok seems to be the least censored models among all big vendors, not sure if it's got injected any political bias (I know there was a rumor that it was primed with Elon's personal feed at one point in the past) but that alone makes it better than ChatGPT and Gemini.

On top of the model, Grok seems to always do many web searches for every prompt I throw at it, which makes better than even Gemini as a search engine replacement (you'd think Google must have nailed that usecase but nope). ChatGPT is too lazy in this regard and half the times just split out an answer right away.
nsonha
·vor 3 Tagen·discuss
> static, explicit typing

the kind of types that helps you reason and read the code. As opposed to the type you mostly don't have to think about anyway, which is complete missing the point.
nsonha
·vor 5 Tagen·discuss
I've just stated working around that time when the cult was active. And I think that is the correct term for it because other languages that have been praised to the same level (ruby, rust, haskell) actually have things to show for and not just simplistic functional programming
nsonha
·vor 8 Tagen·discuss
Isn't it solved with Tool Search? I have not heard people complaining about MCP context bloat for like a quarter already.
nsonha
·vor 9 Tagen·discuss
My company has an AI leaderboard and ONE ranking to be this, AND OTHER rankings like efficiency (loc merged per token). No one is so stupid that they think any single one of this is to be optimized (gamed) for.

Tech journalists have low opinion of people with actual skills who actually contribute to society, and when their opinions get posted here, it's often selectively echoed by people looking for a reason to feel smarter than the industry.
nsonha
·vor 10 Tagen·discuss
We're gonna need portable energy storage regardless of energy source, it's battery vs fuel. There is no such things as battery vs atomic core.
nsonha
·vor 12 Tagen·discuss
AI makes the case for htmx, we don't have to think about the spaghetti code, AI does it for us /s
nsonha
·vor 13 Tagen·discuss
I have a samsung too, I only really need the dex mode in so far as I need the wired external screen support. Gonna run terminal or vnc fullscreen anyway
nsonha
·vor 17 Tagen·discuss
what's wrong with bun? And how is this better?
nsonha
·vor 25 Tagen·discuss
would it have the desktop mode and linux terminal? That's the only reason I'm eyeing a Pixel
nsonha
·vor 28 Tagen·discuss
Did the last AI bubble even pop? Why would I expect this one, arguably more groundbreaking wave of changes to "pop"?
nsonha
·letzten Monat·discuss
"displays nicely in-editor" is the whole point of yaml. The snapshots in the article are just yaml with additional useless ASCII characters
nsonha
·letzten Monat·discuss
for snapshot tests it seems better to diff a data representation such as some yaml string, than to diff UIs
nsonha
·letzten Monat·discuss
sorry both of the things you said are false, why are they stated so confidently?
nsonha
·vor 2 Monaten·discuss
vanila javascript would not be far off, just replace the tags with function calls. In early versions of react, there were people who wrote code like that. For some reason web devs since collectively agreed that the xml syntax is essential to web technologies
nsonha
·vor 2 Monaten·discuss
I think mostly people like to have logical component with all the code in one place and not have to think about structuring css/html/js separately. Many people like react for jsx (surprisingly, because initially there was a lot of push back even in early react adoption).

Then they took it to the next level with things like styled-component. Virtual DOM is just an implementation detail and overrated to the success of React.

Any future web framework that solves that component thing and allow people to just write code instead of "web code", they'll win.

(I am aware that the web veterans don't like that view)