HackerTrans
TopNewTrendsCommentsPastAskShowJobs

PretzelFisch

no profile record

Submissions

The Spam Economy Comes to Work

fffej.substack.com
4 points·by PretzelFisch·в прошлом месяце·0 comments

[untitled]

1 points·by PretzelFisch·2 месяца назад·0 comments

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

yanivpreiss.com
16 points·by PretzelFisch·3 месяца назад·10 comments

Cheap Code means more Governance

fffej.substack.com
3 points·by PretzelFisch·3 месяца назад·0 comments

Rethinking Pair Programming in the Age of AI

learnings.aleixmorgadas.dev
3 points·by PretzelFisch·3 месяца назад·0 comments

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

niemanlab.org
3 points·by PretzelFisch·4 месяца назад·0 comments

LLMs Do Not Grade Essays Like Humans

arxiv.org
6 points·by PretzelFisch·4 месяца назад·4 comments

How I accidentally made the fastest C# CSV parser

bepis.io
3 points·by PretzelFisch·4 месяца назад·1 comments

Engineering Floor Just Stopped Coding

devblogs.microsoft.com
2 points·by PretzelFisch·4 месяца назад·0 comments

Should QA exist?

rubick.com
144 points·by PretzelFisch·4 месяца назад·150 comments

The return-to-the-office trend backfires

thehill.com
12 points·by PretzelFisch·4 месяца назад·0 comments

2026 Staff Engineers Need to Get Hands-On Again

paulamuldoon.com
1 points·by PretzelFisch·4 месяца назад·0 comments

Fear Is Destroying Your Org

yanivpreiss.com
3 points·by PretzelFisch·4 месяца назад·0 comments

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

techdirt.com
162 points·by PretzelFisch·4 месяца назад·175 comments

C# strings silently kill your SQL Server indexes in Dapper

consultwithgriff.com
126 points·by PretzelFisch·4 месяца назад·126 comments

[untitled]

1 points·by PretzelFisch·4 месяца назад·0 comments

The Root Cause Fallacy

fffej.substack.com
3 points·by PretzelFisch·4 месяца назад·0 comments

It might be time to say goodbye to HTML inputs

medium.com
1 points·by PretzelFisch·5 месяцев назад·0 comments

Why Your Team Is Helpless

yanivpreiss.com
1 points·by PretzelFisch·5 месяцев назад·0 comments

Write-only code

heavybit.com
35 points·by PretzelFisch·5 месяцев назад·54 comments

comments

PretzelFisch
·9 месяцев назад·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 месяцев назад·discuss
you just use a shared inbox for the team
PretzelFisch
·6 лет назад·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 лет назад·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 лет назад·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 лет назад·discuss
I love the Surface Book 2's keyboard, but it's trackpad still leaves a lot of room for improvement.
PretzelFisch
·7 лет назад·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 лет назад·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 лет назад·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 лет назад·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.