Readit News logoReadit News
tcbasche commented on Ask HN: What shall we call our niche tech consulting initiative?    · Posted by u/nerdynapster
tcbasche · a year ago
McFlimsey and Company
tcbasche commented on What is the most useful project you have worked on?    · Posted by u/laksmanv
victorbjorklund · 2 years ago
Not sure in Finland but in Sweden yes you can see everyones salary (or more correctly you can see their income from salary. So if you got salary from two different jobs you just see the aggregate). Doesnt matter how much or little. And yes, it is def being used by criminals (on the other hand I'm sure it isnt hard to figure out in the US who is rich or not based on their lifestyle)
tcbasche · 2 years ago
I’d say it’s easier to tell in the US as cities and towns tend to be heavily divided into class-based areas. Not to mention people in general are far more comfortable “showing off” their financial status.

Finland is a lot more homogenous in that sense and people certainly don’t flaunt their wealth.

tcbasche commented on Ask HN: What's a strong tech opinion you have that few agree with you on?    · Posted by u/atleastoptimal
caprock · 2 years ago
Software as a team sport usually produces both poor software and a poor team experience.
tcbasche · 2 years ago
I'd say this is mostly due to the fact that building software in many companies is largely a social activity, and there's an interesting intersection of personalities and motivation that ultimately disincentivizes building good quality software
tcbasche commented on Ask HN: What's a strong tech opinion you have that few agree with you on?    · Posted by u/atleastoptimal
cratermoon · 2 years ago
I have two, at least.

1. Personal names are not generic strings, any more than Dates are numbers or Money is a floating point value. Name, as in a person's given and family name, or whatever, should be a type in every standard library, with behaviors appropriate for the semantics of a Name, language, and country. Yes there are lots of conflicting international differences. We've managed to handle languages and calendars of significant complexity, we can do so sufficiently well for the things we use to identify ourselves.

2. "AI" is a marketing term for a kind of automation technology able to use pattern matching to reproduce plausible new versions of the data used to train the model's algorithms. It couches this automation as especially powerful or magical as a way to draw a smokescreen around the real problems and limitations of the technology.

tcbasche · 2 years ago
I love that first point and I wish it was something that was applied even further to other pieces of data - integers and floats are intended for mathematical operations and so to make database row identifiers integers always seemed strange to me.
tcbasche commented on Ask HN: What're your favorite/practical design patterns for daily use?    · Posted by u/revskill
tcbasche · 2 years ago
Doesn’t it kinda depend on the problem at hand? Or maybe I misunderstand what a design pattern is.
tcbasche commented on Ask HN: How do you deal with a co-worker who thinks they are always right?    · Posted by u/questionThrow
tcbasche · 3 years ago
Have you tried talking to them one on one?
tcbasche commented on Ask HN: What are youre favorite languages to debug in?    · Posted by u/Decabytes
32gbsd · 3 years ago
How do you know that what you wrote works?
tcbasche · 3 years ago
tests

Do you really step through the debugger to see if something works?

tcbasche commented on Java’s Cultural Problem   alexn.org/blog/2022/09/19... · Posted by u/madmax108
vault · 3 years ago
So we should also get rid of `.orElseThrow()` (by default a `NoSuchElementException`)?
tcbasche · 3 years ago
If it was .orElseReturn404 then yeah. My point is HTTP codes have no place outside of HTTP endpoints

u/tcbasche

KarmaCake day463August 19, 2018View Original