HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Bigpet

no profile record

comments

Bigpet
·14 дней назад·discuss
Top comment doesn't say it's better. Just says it's a "workhorse".

The article itself doesn't say "it's better", basically just says "in this one specific benchmark it beat Claude with Claude code". Mind you with multimodality it Opus still beat GLM 5.2 very handily in that same benchmark.

I can't find any contradiction and I don't see anyone lying directly. At most they lead you to imply false things, but they're not untrue at a literal reading.
Bigpet
·27 дней назад·discuss
If you did "web stuff" in the early 2000s (like 2005-2010). You'd probably know who he is. He did Ruby on Rails, a backend web framework.

But that was also very Start-up and America focussed. So if you did web dev in some other country and didn't have colleagues who were into that culture you still might've missed the name.
Bigpet
·в прошлом месяце·discuss
Well maybe we shouldn't then? Before LLMs some not just clueless but also malicious rando could've send a PR too. And the maintainers might've gotten burned out any and just said f-it and merged stuff randomly. I don't see how AI changed the calculation here much.
Bigpet
·2 месяца назад·discuss
Disabling ssh alternate channels will make it uncomfortable enough for most people to be a deterrant. But if you require multiple ssh channels for different reasons that won't be a solution for you.
Bigpet
·2 месяца назад·discuss
He asked for a steel-man, you were the one to provide the straw-man.
Bigpet
·2 месяца назад·discuss
Whoa there, am I missing something, why so aggressive and immediately with the ad homs?

I think by that logic dangerously-skip-permissions and openclaw should've never been a thing. I agree that people use them too liberally, but I think at some point you have to find a balance between systemic safety risks and individual freedom.
Bigpet
·3 месяца назад·discuss
Are you being sincere? This is one layer of irony too much for my brain to comprehend.

The person you're replying to is making a joke about OpenAI shutting down Sora their video generation "social media" app recently.
Bigpet
·3 месяца назад·discuss
Well it seems like whatever's on that page is blocked by the corporate proxy malware scanner I'm currently behind.
Bigpet
·3 месяца назад·discuss
Is that in addition to mainframes or for completely replacing them?
Bigpet
·4 месяца назад·discuss
When initially opening the page it had broken colors in light mode. For anyone else encountering it: switch to dark mode and then back to light mode to fix it.
Bigpet
·5 месяцев назад·discuss
I think the dev that was responsible for the bootloader or some security chip having the option to be opened posted on twitter a while ago. Pretty sure he implied or mentioned that this was what he was hoping for.

Edit: this was what I was remembering: https://x.com/XenoKovah/status/1339914714055368704
Bigpet
·6 месяцев назад·discuss
Oh, thank for the correction. I must've muddled it up in my mind with the contact tracing integration that had during Covid.
Bigpet
·6 месяцев назад·discuss
Shouldn't most comodity GPS receivers also be GLONASS compatible (I get that Galileo is more niche and might not be included).

Does the Sensor Apple uses not use GLONASS in Russia? Or is it cheapo Android Phones picking up the tag and then sending GPS coords into cloud?

edit: Nvm, I might be dumb, I guess unless your jamming includes all commodity GNSS it's pretty useless.
Bigpet
·6 месяцев назад·discuss
I don't even care about that. My suggestion to him was earnest. I don't have a problem with LLMs. Just with how people use them. I just don't like "slop". I see the same user-interaction problems every time.

I just don't want people to litter their heavily polished immaculately styled products that have so clearly bad user-interaction design. E2e testing and closing the loop on LLMs does seem to help here.

Though I really would prefer people click around their own product for at least 5 minutes.
Bigpet
·6 месяцев назад·discuss
Was this done heavily LLM assisted? Especially the PDF Edit tools have user-interaction quirks and bugs that a human developer would catch immediately during the regular manual testing when developing.

I'd suggest you at least try and mitigate that by having the LLM do extensive e2e testing if you aren't interested in using your own product.
Bigpet
·7 месяцев назад·discuss
I would not have guessed that iOS allows enough access to APIs to implement anything vpp-based. Very cool to see. I also enjoyed working with vpp (for the brief 6 months that I had with it).
Bigpet
·9 месяцев назад·discuss
> Python is heavily OOP, everything is an object in python for example.

I strongly disagree. How is everything being called an object in any way "heavily OOP"? OOP is not just "I organize my stuff into objects".

You can write OOP code with python but most python code I've seen is not organized around OOP principles.
Bigpet
·9 месяцев назад·discuss
Don't know if you need to compile, you might want to but I think interpreting might seem reasonable if size/complexity is a concern.

Is the runtime really that large? I know with wasm 2.0 with garbage collection and exceptions is a bit of a beast but wasm 1.0? What's needed (I'm speaking from a place of ignorance here, I haven't implemented a WASM runtime)? Some contiguous memory, a stack machine, IEEE float math and some utf-8 operations. I think you can add some reasonable limitations like only a single module and a handful of available imports relevant to the domain.

I know that feature creep would almost inevitably follow, but if someone cares about minimizing complexity it seems possible.
Bigpet
·11 месяцев назад·discuss
Could you try to address the obvious point being made instead of trying to obfuscate? There's plenty of bad outcomes besides death. Not all fentanyl users die. If some fent wholesaler were to provide unrefutable evidence that Noone died from his fent you wouldn't go "Oh alright then, nothing wrong with what you're doing".
Bigpet
·4 года назад·discuss
It was pretty obvious when Stadia "made" devs port to Linux. When the economic incentive was there, the technology wasn't much of an issue.