HackerLangs
TopNewTrendsCommentsPastAskShowJobs

andy_ppp

11,862 karmajoined 13 lat temu
[email protected]

comments

andy_ppp
·3 godziny temu·discuss
Has nobody heard about this theory yet? https://youtu.be/RqDAMeqvUgo
andy_ppp
·5 godzin temu·discuss
Can't wait for the inevitable bailout and US tax dollars to pay for this!
andy_ppp
·20 godzin temu·discuss
The LLMs may have seen larger codebases in Rust, helping them to cope better.
andy_ppp
·wczoraj·discuss
It’s almost impossible to be in a situation where your taxes end up this wrong you’re accused of fraud. I honestly do not believe my accountant does anything better than AI or AI generated code that does calculations to see what you should be paying.
andy_ppp
·4 dni temu·discuss
I'm still amazed my company is paying £10k per month for AWS when they could have one or two servers on Hetzner do the whole thing.
andy_ppp
·6 dni temu·discuss
No ORMs try to make the concept of SQL hidden, in Elixir you will not get very far if you don’t understand the SQL you’re trying to write. So I’d probably say nothing is really being hidden from you - as little magic as possible.

https://ecto.hexdocs.pm/Ecto.Query.html
andy_ppp
·6 dni temu·discuss
This is to prevent Chinese labs distilling Claude again right? And free advertising again?
andy_ppp
·6 dni temu·discuss
This is one of numerous things Elixir and Phoenix get right with the database layer, which on the surface looks like an ORM but is in fact a set of clever functions that write SQL using Elixir macros, as well as a system for validation and minimal changes to data being passed to said SQL.

I’m surprised more languages don’t copy this because it’s exactly what I want rather than loads of complexity that eventually always breaks down.
andy_ppp
·9 dni temu·discuss
Can we just make Opus 4.8 ish models cheaper, they do exactly what I want for 99% of problems certainly in web app development. I’m not sure what Palantir/Salesforce/agencies will do, really upset for these leaches!
andy_ppp
·13 dni temu·discuss
The usual game plan of getting the technology they want to copy by offering cheap and highly skilled Chinese labour and access to the Chinese market by building the machines there is not available to them, so the likelihood is this will take longer and be more difficult than other implementations. There's hundreds of other technologies needed other than the lasers and the mirrors and the software and the experience running these machines at scale. I think to make more than a handful of GPUs they will be behind for at least 5 years.

This doesn't mean they will always be behind though.

If I was ASML I would have an AI generated honeypot of techniques that are plausible but incorrect for China to go after on this and make sure you get hacked by them.
andy_ppp
·15 dni temu·discuss
Honestly you're still looking at (from my understanding) ~3 minutes prefill (TTFT) even with architectural improvements and so on with a 32k context window (against a large model). How is this going to be competitive with Nvidia and all of the tricks massive scale get's you to parallelise context across many machines?
andy_ppp
·15 dni temu·discuss
Both have the Euro so they have lower interest rates and can consequently borrow more than us. Which would you rather borrow, 137% of GDP (in the case of Italy) at 3% or 100% of GDP at 5%?
andy_ppp
·15 dni temu·discuss
I’m part of the problem!
andy_ppp
·15 dni temu·discuss
I looked recently and a new Macbook 128gb ram was £5500 which was expensive for me but I could consider it! Now it’s £7000 which is absolutely ridiculous. AI is useful but it’s sucking everything out of the economy and destroying it at the same time…
andy_ppp
·18 dni temu·discuss
Most western economies are bankrupt and the UK is in a worse position than all its peers apart from maybe Japan?
andy_ppp
·18 dni temu·discuss
But I did my research online and the sun cycle is every 11 years and something something global warming is a hoax every single year now.
andy_ppp
·19 dni temu·discuss
What is he going to do without the bond markets - the UK is in so much debt we basically need to jump however high they tell us to, unless he plans to default which would destroy the global financial system and destroy the UK for decades. The only way I can see out of this is to absolutely frack the crap out of the UK and push for more North Sea oil drilling. But we definitely won't do that so maybe we'll try a bit of fascism instead? I'm very unconvinced taxing rich people is possible (unless it is a global agreement) - most of their money can be moved into tax havens and other jurisdictions where HMRC will struggle to tax them.
andy_ppp
·24 dni temu·discuss
Control the means of production?
andy_ppp
·24 dni temu·discuss
Completely, for some things it’s okay to trust the JWT. Nobody is saying let people transfer money or view government secrets with only a JWT and no security in depth. However receiving and potentially sending ephemeral communications seems fine, nobody got hurt in the 30mins the stolen token was valid for!
andy_ppp
·24 dni temu·discuss
Okay, so hack into a site that uses JWTs for login, if it’s so insecure we should be seeing loads of attacks against them right? Stolen tokens everywhere being used to impersonate people and other things. For example I believe ChatGPT is using Auth0 which uses JWTs, so you can hack this insecure token system? Should be easy right given the extremity of the warning that JWT is the big problem here.