HackerLangs
トップ新着トレンドコメント過去質問紹介求人

bsoles

973 カルマ登録 3 年前

投稿

When two years of academic work vanished with a single click

nature.com
3 ポイント·投稿者 bsoles·6 か月前·0 コメント

You can now buy things through ChatGPT with new "Checkout" tool

cbsnews.com
5 ポイント·投稿者 bsoles·9 か月前·2 コメント

コメント

bsoles
·昨日·議論
My employer literally put "effective use of AI" as a yearly performance review criteria this year. So there is that...
bsoles
·12 日前·議論
> 35 points for open source contributions

> 30 for personal projects

These are insane weights for scoring a software engineer's resume.
bsoles
·21 日前·議論
I can clearly identify this kind of developers at work by their mindless enthusiasm for AI. Development is just another job before they can move into "management" and make all-knowing statements all day long.
bsoles
·21 日前·議論
It is why I feel dirty after AI generates a piece of clever code: I know I am stealing somebody's IP without attribution. And the AI companies benefit from this, not the real people behind the training data.
bsoles
·29 日前·議論
As much as I like Terrence Tao, I think he is entering the crackpot phase of his career. Much like Roger Penrose and many mathematicians and physicists before him.
bsoles
·29 日前·議論
Tangentially related, but after the mindless push in my company for more AI use at any cost, every morning I drive to work thinking to myself if today should be my last day at my job.

One reason I am not giving my two-week notice is that I don't like "difficult conversations" with my manager.
bsoles
·2 か月前·議論
My "strong" performance rating got me a raise less than the inflation rate this year in the US. I guess I am not using enough tokens to justify a bigger raise.
bsoles
·2 か月前·議論
MATLAB
bsoles
·2 か月前·議論
The theory of (basic) linear algebra is pretty easy. The practice of proper linear algebra is very difficult. People spend entire careers on things like error propagation in matrix operations. There are entire books on inverting matrices using a litany of approaches using things like QR décomposition, SVD, etc. I think it is fascinating...
bsoles
·2 か月前·議論
I had fun times around 1985 with zx81, ZX spectrum, Commodore 64, and Amiga 500. Creating "games" with sprites and all... Even writing for loops with print statements were fun.
bsoles
·2 か月前·議論
My employer's domain starts with "m". Bunch of people recently fell victim for a fishing email whose domain started with "rn". In Outlook 's font the two look almost identical.
bsoles
·2 か月前·議論
It is called Gell-mann amnesia.
bsoles
·2 か月前·議論
> Although MATLAB probably kind of outdated these days as anything can be accomplished in Julia and Py.

Literally every major brand car runs code built with MATLAB and Simulink. Same goes for every modern aircraft, space vehicle, etc. Far from being outdated.
bsoles
·2 か月前·議論
My company is one. They just made "AI use" a mandatory performance goal for next year's reviews. I am thinking about retiring at this point...
bsoles
·2 か月前·議論
> Not sure if it helps, but if we get our first blind user I will gladly make some admends to make it more usable for them.

I have heard "we don't have blind customers" argument many times before. Apart from ethical issues that this raises, ADA requirements, technically, don't care if you have blind users or not. Accessibility is still required...
bsoles
·2 か月前·議論
The cheapest Hakko iron (888?) works just fine for me, even for surface mount components.
bsoles
·2 か月前·議論
Once I have developed a technique for soldering surface mount components, using lots of flux, soldering became a joy event for me.

The cheapest Hakko iron (888?) and a flat fine tip works great. I have a stereo microscope but I only use it for checking defects afterwards. A 10x magnifier works just fine.
bsoles
·2 か月前·議論
And eigenvectors in the first lesson!
bsoles
·2 か月前·議論
I have never been able to stream video from a raspberry pi zero's official camera. What tools/software were you using?
bsoles
·2 か月前·議論
> gparted wasn't to blame. I was.

I don't know about gparted, but I always felt that "rm -i" should have been the default. The safe option should always be the default and you can optionally make it unsafe. Same goes with "mv -i".