HackerLangs
TopNewTrendsCommentsPastAskShowJobs

andoando

no profile record

Submissions

Show HN: Linux Desktops in the Browser

vmpixel.com
2 points·by andoando·3 miesiące temu·3 comments

Ask HN: What to do when all you want to do is make software, but hating it?

2 points·by andoando·10 miesięcy temu·1 comments

comments

andoando
·23 dni temu·discuss
I do what the person you're replying to and for me its just one voice or a faint imagination of them speaking. Its me roleplaying as the other person, not like there is a different entity in my brain.
andoando
·29 dni temu·discuss
How is it going to get access to gmail or github? In any case, whats the probability of it going to so completely off the rails that it does something horrendous with gmail/github? Whats it going to do? Email my coworkers nudes on my computer? Make my github profile public?
andoando
·29 dni temu·discuss
I mean what's the big deal? I use --dangeorusly-skip-permissions on every single interaction in the last 6 months. Worst case it deletes my files that are all on git? It fucks up my local DB? Cool.

I save way more time not babying it than the occasional fuck up I have to salvage.
andoando
·w zeszłym miesiącu·discuss
Why do people argue so hard on semantics? Its social media in some ways and its not in others
andoando
·w zeszłym miesiącu·discuss
And then when almost every person says that, it turns out to be good advice. But we have statistics on this!
andoando
·w zeszłym miesiącu·discuss
I am very risk averse person and I won't ride a bike in LA. In a city with proper infrastructure I would love to.
andoando
·w zeszłym miesiącu·discuss
Yup, you could definitely take it offline (sleep) every night, update it and turn it back on.
andoando
·w zeszłym miesiącu·discuss
Im pretty sure thats all legal
andoando
·w zeszłym miesiącu·discuss
Youd just whitelist the list of cli calls equivalent to what your mcp offers
andoando
·2 miesiące temu·discuss
You could just rent a bare metal server with those specs
andoando
·2 miesiące temu·discuss
The promoted links have gotten insane, the first 5-6 links often appear to be ads
andoando
·2 miesiące temu·discuss
I didnt say that I solved the problem, merely that I, myself, know that I am concious.

If we go falsifiability, again, I can equally say how do I know your concious, or even that how do I know youre alive and breathing beyond the moments that I myself am observing you?
andoando
·2 miesiące temu·discuss
Yet the mere fact that I am conscious is a greater truth than any of my perception of the "physical" world.

Neither does pure materialism rest on falsifiable beliefs, in that I could claim nothing exists outside my conscious experience.
andoando
·2 miesiące temu·discuss
Tell it to use the existing libraries. https://openscad.org/libraries.html, in particular BOSL2

I've one shotted a light saber hilt with threaded parts and it worked flawlessly.
andoando
·2 miesiące temu·discuss
Eh writing software for healthcare, or aircraft or self driving cars is more rigorous than an EE working on industrial lighting or toys.

Im sure for the most part, engineers in physical space deal with the same kind of tradeoffs software engineers make, where you try your best based on industry standards, personal past experiences without some way to prove what youve done is right
andoando
·2 miesiące temu·discuss
Imagine you went back 100 years and someone was like "Come up with a mathematical system that can express any sequences of logical steps" do you imagine what you would deliver is a few primitives and a few simple rules and said "here you go!, this is fully complete". Its actually quite remarkable that Church/Turing didn't start off from primitives like if statements, loops, etc.

Lambda calculus is from the 1930s and predates computers, its point is that it is bare bones model of computation. It doesn't make much sense to compare it to modern languages in efficacy, as that seems to imagine someone came up with lambda calculus in 2010 along Java, C, Python, etc.

The super cool thing about it is that it is capable of expressing ALL the computation you know today, from the few primitives. An "If" statement for example is λb.λx.λy. b x y
andoando
·2 miesiące temu·discuss
No I just misremembered and mixed up the global and local.
andoando
·2 miesiące temu·discuss
At the beginning there was only one query, it got expanded over time with new features. It wasnt well thought out, no.

If you need high scale globally distributed persistent data, uniform distribution of hash reads/writes, dont care for schema, and know your query will remain simple yeah its a fine choice.

I just wouldn't consider it outside of enterprise level
andoando
·2 miesiące temu·discuss
You spin up a second host and load balance
andoando
·2 miesiące temu·discuss
With AI now writing queries is a joke. But you can just create a two column table: key, JSONB and call it a day and you get your easy document store + indexes, json search, relationsl goodness, and atomicity, consistency for free