HN user

FpUser

3,314 karma
Posts51
Comments5,257
View on HN
www.theregister.com 2mo ago

Trump admin pays wind developers to quit, back fossil fuel projects

FpUser
7pts0
news.ycombinator.com 3mo ago

Framed by LLM

FpUser
2pts0
www.youtube.com 4mo ago

OSS Is Dead

FpUser
1pts0
www.ctvnews.ca 4mo ago

RIP Chuck Norris

FpUser
3pts1
news.ycombinator.com 4mo ago

Claude Seems to Be Down

FpUser
16pts4
www.youtube.com 4mo ago

Norweigan Government comes out swinging on enshittification

FpUser
22pts2
www.youtube.com 5mo ago

The Rise of Chinese Memory

FpUser
1pts0
www.nationalgeographic.com 6mo ago

Alex Honnold Completes the Most Dangerous Free-Solo Ascent (2018)

FpUser
3pts2
news.ycombinator.com 9mo ago

State of Auto Completion in CLion

FpUser
3pts1
www.theregister.com 1y ago

Wolfspeed to file for Chapter 11 in deal cutting 70% of debt

FpUser
2pts0
www.cnn.com 1y ago

Scientists spot mesmerizing creatures after iceberg snaps off ice shelf

FpUser
3pts0
www.youtube.com 1y ago

Developing a Circuit Board Fabricator

FpUser
6pts1
stevenbenner.com 1y ago

Will the real programmers please stand up? (2010)

FpUser
3pts1
www.youtube.com 1y ago

Wolfpack Military Robot in China

FpUser
5pts0
www.theregister.com 2y ago

Nvidia faces local competition for its 'China special' GPUs

FpUser
1pts0
www.cbc.ca 2y ago

Divorce left me struggling to find love. I found it in an AI partner

FpUser
5pts6
www.cbc.ca 2y ago

A city in California has no house numbers

FpUser
3pts0
news.ycombinator.com 2y ago

Everyone except developers uses their smartphone (yeah right)

FpUser
2pts1
gamerant.com 3y ago

Linus Sebastian Is Stepping Down from Linus Tech Tips

FpUser
3pts0
news.ycombinator.com 3y ago

ChatGPT Retraction

FpUser
1pts0
news.ycombinator.com 3y ago

GPT Overpromise?

FpUser
7pts19
news.yahoo.com 3y ago

Texas Is Trying to Scrub Abortion from Its Internet

FpUser
80pts43
www.dailymail.co.uk 3y ago

The truth about the Congolese mines

FpUser
3pts1
youtube.com 3y ago

Motors Big and Small (1971) [video]

FpUser
38pts4
news.ycombinator.com 3y ago

Doug Ford wants to invoke Notwithstanding Clause

FpUser
3pts6
www.theregister.com 4y ago

Mary Coombs, first woman commercial programmer, dies at 93

FpUser
7pts0
www.extremetech.com 4y ago

Apple Patent Envisions a Mac Inside a Keyboard

FpUser
13pts25
news.ycombinator.com 4y ago

Hugged by Google and yet HN may have helped

FpUser
1pts0
news.ycombinator.com 4y ago

Buy from Amazon and Get Suspended

FpUser
8pts2
www.cbc.ca 5y ago

Buggy helo software took 6 lives

FpUser
2pts0

"1) its not illegal (it is)"

I am a practical man. From what I see laws are mostly for common folks and often do not even serve real justice. The higher one goes and the amount of money / power involved the more the laws bend and on international level the only law that matters is the size of one's club and willingness to use it. And when the country with supposedly biggest one starts crying I find it laughable.

"A lack of prosecution does not make something legal"

Plainly who gives a flying fuck. The US can claim whatever rules they want and so can China or any other country. On international level all those rules are artificial constructs unless they can be enforced. China can just say for example that they do not recognize copyrights /patents / whatever so it is "legal" for them.

Or when one country can print endless money while threatening the rest of the world with all kinds of punishment if they stop using it as a reserve currency.

Stop crying already. US subsidizes a boatload of things.

Team or not makes no difference.

Front ends works like this - main app split into few smaller ones callable from a menu. Each sub-app is dynamically imported module (no need for building, code mutilation, direct dependency etc). Sub-apps in turn can consist from the other sub apps. Each can be worked on completely independently by different team member with virtually no interaction needed. Apps can share some approved libraries (like for graphics etc) and HTML components responsible for particular bits and pieces. Components and libs go into common pool. Once component is in a pool modifying behavior is punishable by death. Only internals. If change is breaking then simply new version is developed and deployed.

The whole thing is super scalable organization wise (nearly everything is decoupled) and resource wise as well since everything is loaded strictly on on need basis.

"frameworks scale and provide structure"

Web Components and vanilla JS scale just as well. Been doing this for ages.

"copying already proven solutions, such as AWS"

Who says that copying AWS is any good. Some version of it sure is useful but the rest is nothing but arm twisting half of the world into idea that they should be paying huge rent to a giant corporation for the things that can and should easily be done without. Corporations like this are a threat to security.

"they aren’t able to do the reinforcement learning post-training steps"

Not yet.

If there is a need someone will come and fulfill. Personally for me now I do not even want to use top models. Professionally I use AI to help with the coding using Junie agent that comes with IDEs from JetBrains. Junie is told to use Gemini Flash and works fine for what I ("I" being an emphasis here) ask it to do. I tried more advanced models and different vendors only to discover credits going down the toilet without any extra benefit.

" I still believe in Android as the (currently) best end-user facing operating system for mobile devices, with its balance between openness, flexibility, and security."

I do not give a shit whether it is the best. If one can be cut off instantly by whims of some algo with no recourse - thank you but I'll pass. Yes I still use Android phone but mostly as phone, GPS and camera all of which can be replaced.

I do not develop for Android or iOS exactly for the reason of not being in control. Stick to desktops, servers and browsers as deployment platforms

"50 years of trial and error that is well kept under lock in key in the west."

Bollocks. Russia does that as well, single crystal turbine blades in particular so the west is not the sole gatekeeper here. Given the circumstances Russia might as well share the tech for some things in return

"The choice is yours."

I think (probably except cases with regulatory restrictions) most will very much prefer to pay for "second rate" models from other suppliers, including China and help them to become premium choice.

"One should not exchange spies for the cost of increasing political assasinations. Same reason as why you shouldn't pay kidnappers."

I strongly disagree for it to be used as a general approach for either spies or kidnappers. And who says it is exactly the cost? It is all coulda shoulda woulda and depends upon the particular situation.

"DX tarpits"

This is my approach which I use for SMBs (my actual clients). Never failed in decades. I am on my own since year 2000 and few times before that.

1) Always start with building single vertically scalable monolith running on dedicated server which can serve reasonable amount of transactions / date volume with acceptable performance.

2) Only start adding to infra when vertical scaling stops working (well you get some warning sign before it actually starting to hurt business) and then do it strictly on on need basis. Only rewrite / rearchitect if you see approaching google scale and can not shard simply by XXX-Canada, XXX-US etc. This will of course fail on some specialized scenarios but we are talking plain vanilla business backends for SMB.

Bullshit. Who says anything about punishment. They are being punished, then there MAY come a choice. If you are so hell bent on "deterrence" look after presidential pardons. And if you do not save your own spies given a chance, the next one you want to hire will direct you straight to the place where the sun does not shine

"But the code quality is speed. And reach. You can not advance, unless you can read the code"

I am not sure about "proper" definition of spaghetti code but speaking of long functions: if it is straight code that reads like a book and has no common parts to refactor for further reuse it is actually way more understandable and debuggable then mess of 3 liners spread among 20 files and 10 microservices running under k8s.

", you can understand the model, you can not scale beyond a certain point"

The needed scaling is being determined by business needs / projection. If you implement service for some SMB that deals with few partners and limited set of business entities in database and architecture of said service addressing Google style of scalability with corresponding overheads and costs you are definitely committing a crime in relation to your client.

"Its a great interview topic to filter this kind of candidate out of companies." -

basically making sure that instead of pragmatic engineer who can deliver functional and serviceable product to client in reasonable time with reasonable costs you will have them pay for spaceship built by architecture astronauts

I call BS on that. I serve SMB clients and many are happy like a clams with monoliths deployed using those proverbial bash scripts that also does lots of other things. Understanding scripts in the age of AI is trivial for newcomers. I for example fed my own uber script to AI as an experiment and it has produced all encompassing nice documentation with examples and tests.