HackerLangs
TopNewTrendsCommentsPastAskShowJobs

bsoles

973 karmajoined 3 lata temu

Submissions

When two years of academic work vanished with a single click

nature.com
3 points·by bsoles·6 miesięcy temu·0 comments

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

cbsnews.com
5 points·by bsoles·9 miesięcy temu·2 comments

comments

bsoles
·wczoraj·discuss
My employer literally put "effective use of AI" as a yearly performance review criteria this year. So there is that...
bsoles
·12 dni temu·discuss
> 35 points for open source contributions

> 30 for personal projects

These are insane weights for scoring a software engineer's resume.
bsoles
·21 dni temu·discuss
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 dni temu·discuss
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 dni temu·discuss
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 dni temu·discuss
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 miesiące temu·discuss
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 miesiące temu·discuss
MATLAB
bsoles
·2 miesiące temu·discuss
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 miesiące temu·discuss
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 miesiące temu·discuss
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 miesiące temu·discuss
It is called Gell-mann amnesia.
bsoles
·2 miesiące temu·discuss
> 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 miesiące temu·discuss
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 miesiące temu·discuss
> 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 miesiące temu·discuss
The cheapest Hakko iron (888?) works just fine for me, even for surface mount components.
bsoles
·2 miesiące temu·discuss
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 miesiące temu·discuss
And eigenvectors in the first lesson!
bsoles
·2 miesiące temu·discuss
I have never been able to stream video from a raspberry pi zero's official camera. What tools/software were you using?
bsoles
·2 miesiące temu·discuss
> 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".