HackerTrans
TopNewTrendsCommentsPastAskShowJobs

PretzelFisch

no profile record

Submissions

The Spam Economy Comes to Work

fffej.substack.com
4 points·by PretzelFisch·vorige maand·0 comments

[untitled]

1 points·by PretzelFisch·2 maanden geleden·0 comments

AI Won't Replace You, but a Manager Using AI Will

yanivpreiss.com
16 points·by PretzelFisch·3 maanden geleden·10 comments

Cheap Code means more Governance

fffej.substack.com
3 points·by PretzelFisch·3 maanden geleden·0 comments

Rethinking Pair Programming in the Age of AI

learnings.aleixmorgadas.dev
3 points·by PretzelFisch·3 maanden geleden·0 comments

ChatGPT, Claude, Gemini, and Grok are all bad at crediting news outlets

niemanlab.org
3 points·by PretzelFisch·4 maanden geleden·0 comments

LLMs Do Not Grade Essays Like Humans

arxiv.org
6 points·by PretzelFisch·4 maanden geleden·4 comments

How I accidentally made the fastest C# CSV parser

bepis.io
3 points·by PretzelFisch·4 maanden geleden·1 comments

Engineering Floor Just Stopped Coding

devblogs.microsoft.com
2 points·by PretzelFisch·4 maanden geleden·0 comments

Should QA exist?

rubick.com
144 points·by PretzelFisch·4 maanden geleden·150 comments

The return-to-the-office trend backfires

thehill.com
12 points·by PretzelFisch·4 maanden geleden·0 comments

2026 Staff Engineers Need to Get Hands-On Again

paulamuldoon.com
1 points·by PretzelFisch·4 maanden geleden·0 comments

Fear Is Destroying Your Org

yanivpreiss.com
3 points·by PretzelFisch·4 maanden geleden·0 comments

Training students to prove they're not robots is pushing them to use more AI

techdirt.com
162 points·by PretzelFisch·4 maanden geleden·175 comments

C# strings silently kill your SQL Server indexes in Dapper

consultwithgriff.com
126 points·by PretzelFisch·4 maanden geleden·126 comments

[untitled]

1 points·by PretzelFisch·4 maanden geleden·0 comments

The Root Cause Fallacy

fffej.substack.com
3 points·by PretzelFisch·4 maanden geleden·0 comments

It might be time to say goodbye to HTML inputs

medium.com
1 points·by PretzelFisch·5 maanden geleden·0 comments

Why Your Team Is Helpless

yanivpreiss.com
1 points·by PretzelFisch·5 maanden geleden·0 comments

Write-only code

heavybit.com
35 points·by PretzelFisch·5 maanden geleden·54 comments

comments

PretzelFisch
·9 maanden geleden·discuss
Comments are not hard to parse. It was a strong opinion by Douglas Crockford, that they would be abused and therefore he omitted them.
PretzelFisch
·9 maanden geleden·discuss
you just use a shared inbox for the team
PretzelFisch
·6 jaar geleden·discuss
In our district some teachers were trying to do this until my wife reminded them they can run webex on their cell phone... Sad the district spent a lot of time and money on owl webcams to follow the presenter but nothing to cover the basic class room ops.
PretzelFisch
·6 jaar geleden·discuss
Oh the automatic substitution non organic to organic is not much of an issue. But I have had food items like oatmeal auto replace with ice or a sponge. I don't know what is worse honestly the fact ai is so bad or that a real person will buy the insane replacement.
PretzelFisch
·7 jaar geleden·discuss
For the pro line I would expect something I could just use to record video of me doing training or youtube reviews(at least in a crunch). I don't think it's too much to ask for at this price point. If I want to do the video editing it would be simple at times to use it for voice and video recording as well.
PretzelFisch
·7 jaar geleden·discuss
I love the Surface Book 2's keyboard, but it's trackpad still leaves a lot of room for improvement.
PretzelFisch
·7 jaar geleden·discuss
It's an odd choice to put the tweet button at the top of the dialog rather then the bottom where your eyes and mouse should be after finishing the tweet message.
PretzelFisch
·7 jaar geleden·discuss
You never really know when the market would be saturated with degree x since it takes 4 years to earn. On the other end banks may decline a degree that if taken now will start to be high demand when the candidate graduates.
PretzelFisch
·7 jaar geleden·discuss
Is the value of some college degree really the problem or does our system and culture just do a horrible job of matching candidates with open positions?
PretzelFisch
·7 jaar geleden·discuss
I would like a null conditional operator and null coalescing operator.

return data?.error?.message ?? "no error";

Also pattern matching would be a big win.