HackerTrans
TopNewTrendsCommentsPastAskShowJobs

willahmad

no profile record

Submissions

Launching DeepSeek-v3.2 and DeepSeek-v3.2-Speciale

twitter.com
5 points·by willahmad·7 mesi fa·0 comments

Israel is attempting to influence ChatGPT and Claude responses

haaretz.com
16 points·by willahmad·8 mesi fa·1 comments

OpenAI contract data agent – DocuGPT

openai.com
2 points·by willahmad·9 mesi fa·0 comments

TikTok to Be Sold for $14B

bloomberg.com
6 points·by willahmad·10 mesi fa·9 comments

Ask HN: How do you orchestrate multiple agents?

1 points·by willahmad·10 mesi fa·0 comments

China's DeepSeek says its hit AI model cost just $294,000 to train

reuters.com
5 points·by willahmad·10 mesi fa·2 comments

comments

willahmad
·4 mesi fa·discuss
> Staff Eng .... has much more job mobility

Not really.

Above Staff and Staff+ companies are usually looking for expertise in domain, in addition to cross org leadership. Unless you want to get hired with Sr title.

Management is different though, you have highly transferrable skillset, managing people, up and down.
willahmad
·4 mesi fa·discuss
Can you share more about data availability part?

What kind of data do you need which is missing now, isn't simulations enough? curious to learn more about bottlenecks in general
willahmad
·7 mesi fa·discuss
without language level support, it makes code look like a mess.

Imagine, 3 level nesting calls where each calls another 3 methods, we are talking about 28 functions each with couple of variables, of course you can still clean them up, but imagine how clean code will look if you don't have to.

Just like garbage collection, you can free up memory yourself, but someone forgot something and we have either memory leak or security issues.
willahmad
·7 mesi fa·discuss
it's only in theory, in practice not going to happen.

In most of the cases, authorization servers are called from each microservice.

evented systems loopback and it's difficult to avoid it, e.g.: order created -> charge -> charge failed -> order cancelled
willahmad
·7 mesi fa·discuss
are we doomed yet?

Seems not yet with 5.2
willahmad
·7 mesi fa·discuss
Don't underestimate AWS.

AWS can make it seamless, so you can run open source models on their hardware.

See their ARM based instances, you rarely notice you are running on ARM, when using Lambda, k8s, fargate and others
willahmad
·7 mesi fa·discuss
this assumes generated code is always correct and does exactly what's needed.
willahmad
·7 mesi fa·discuss
if it lasts even 1 year with on avg 1 min audio, I think it's nice disposable device to have.

Some ideas if you have an app which can be integrated to other services:

* I feel sick today, notify my manager about it, probably I will stay home

* schedule a task to pickup a trash

* something to remember, colleague X told me he is using service A for data clean up

...
willahmad
·7 mesi fa·discuss
I think this benchmark could be slightly misleading to assess coding model. But still very good result.

Yes, SVG is code, but not in a sense of executable with verifiable inputs and outputs.
willahmad
·7 mesi fa·discuss
its not only about SPA vs non-SPA.

For example, there is a nice component library, shadcn, of course you can somehow embed it into the project, but to use it productively, you must have a bundler, which is outside of Django ecosystem.

Also, if you take a look at AI generated content, a lot of them are optimized for outputting JS for frontend, try embedding it in Django project, its non-trivial
willahmad
·7 mesi fa·discuss
Django is awesome, but I wish there was an easy way to use modern web frameworks with it.

A lot of times it's either through Nextjs/Nuxtjs + Django as an API or complex bundling process which requires a file where you register bundle versions/manifests then another build process which embeds them into template

both are so complex
willahmad
·7 mesi fa·discuss
I can give you many reasons, but I am afraid my comment will be flagged.

Some of them:

* Israel is losing support across the world, because now it can't control the narrative, before it was able, people thought journalism exist, now we see it doesn't, and we are witnessing 2 different narratives in the media vs social networks

* EU and US politicians took money from relevant lobby entities (or as we should call it: bribe)
willahmad
·7 mesi fa·discuss
but isn't it literally connected to foreign entities, with high probability to Israel-Palestine conflict, no?
willahmad
·7 mesi fa·discuss
Why is it my earlier comment with so many upvotes got [flagged] ?

Is it because I mentioned the entity name?

Here is the comment:

"It’s ironic how the West has long championed democracy, demanded freedom of speech, and called for human rights from everyone. Only to suddenly adopt authoritarian, anti-free speech, anti-human rights, and anti-protest stances the moment free speech began to critique Israel.

It’s truly shameful to see such developments."
willahmad
·7 mesi fa·discuss
Did it happen when people protested Russian invasion? No

Did it happen when people protested China for the treatment of Uyghurs? No

Did it happen when people speak up (no protests, yet) about UAE involvement in Sudan? No

I made my own conclusions based on these and other similar data points.
willahmad
·7 mesi fa·discuss
It’s ironic how the West has long championed democracy, demanded freedom of speech, and called for human rights from everyone.

Only to suddenly adopt authoritarian, anti-free speech, anti-human rights, and anti-protest stances the moment free speech began to critique Israel.

It’s truly shameful to see such developments.
willahmad
·8 mesi fa·discuss
Title is from X thread: https://x.com/haaretzcom/status/1986580606969651423
willahmad
·9 mesi fa·discuss
This is not a guideline on the code itself, its about tools you use to produce that code.

You can similarly ban code written using IntelliJ IDEA and accept only code written using vim or VS Code, but you wouldn't even know if it was written in IDEA or VSCode.

Saner guideline would be:

    * before submitting your LLM generated code, review your code
    * respect yours and our time
    * if LLM spit out 1k line of code, its on you to split it and make it manageable for us to review, because humans review this code
    * if we find that you used LLM but wasn't respectful to our community by not following above, please f.... off from our community, and we will ban you
    * submitting PR using solely automated PR slop generators will be banned forever
willahmad
·9 mesi fa·discuss
I never heard about banning autocomplete as guideline, maybe they failed eventually and we forgot about them?

of course its their guideline, but guideline sounds more like fighting against progress.

Imagine these:

    * we ban cars in our farm
    * we ban autocomplete, because it makes you stupid
    * we ban airplanes, because its not normal for people to fly
    * we ban chemistry, because they feel like witches
    * we ban typography, because people can use it for propaganda against us
And all failed, so much that, we don't even know if they existed or not, but we definitely know this sound absurd now.
willahmad
·9 mesi fa·discuss
This sounds limiting. I compare LLM generated content to autocomplete.

When autocomplete shows you options, you can choose any of the options blindly and obviously things will fail, but you can also pick right method to call and continue your contribution.

When it comes to LLM generated content, its better if you provide guidelines for contribution rather than banning it. For example:

    * if you want to generate any doc use our llms_doc_writing.txt
    * for coding use our llms_coding.txt