That's exactly me. I mean, people told me the exact same things when TROS came out. It was horrible.
HN user
minebreaker
Scala dev. Passkey delenda est!
[birthday] 1992 [location] Saitama, Japan [github] https://github.com/minebreaker [email] see github
Yes, I have X4. It has amazing hardware, but the activation thing is such a shame. I really wish it were illegal.
And the proprietary video format. I want an open source converter but chances are unlikely.
I strongly disagree with a lot of claims here.
> if it isn’t there, it’s probably for a good reason. which isn’t really true anymore. For most websites, the majority — not just the plurality, but the majority — of visitors arrive by following a link inside an email or an app
I don't think the statement is factually backed up. At least I hate native apps.
Even so, my custom query string is, in my calculation, an expression of digital etiquette: rather than dump a load of anonymous traffic on your doorstep, I reveal who’s linking, so a website or online shop operator can trace it back and get in touch, if wanted or needed
Anonymity considered harmful these days?
a wave of new subscriptions and weren’t sure if they were legitimate; a brief email correspondence assured them that yes,
It's not legitimate unless it's signed (and if anybody gives a shit to verify it).
Note that a handful of sites do choke on unexpected query strings, including YouTube (!),
This is a good habit IMHO.
Anyway, I'm thankful to the original post because it was a good reminder to re-review my browser settings.
Honestly I don't understand why the EU focused on the stupid cookie law instead of referers which are clearly privacy-violating.
If you use Firefox I recommend you make sure `network.http.referer.XOriginPolicy` set to 1.
I just checked the Backblaze app and found that .iso was on the exclusion list. Just in case anyone here is as dumb as I...
He has an article for that
https://aphyr.com/posts/379-geoblocking-the-uk-with-debian-n...
This is, to be clear, a bad solution. MaxMind’s free database is not particularly precise, and in general IP lookup tables are chasing a moving target. I know for a fact that there are people in non-UK countries (like Ireland!) who have been inadvertently blocked by these lookup tables. Making those people use Tor or a VPN sucks, but I don’t know what else to do in the current regulatory environment.
The fact that the people running r/progamming don't know not to wait until April 2 to publish this tells me that they don't have real-world experience in shipping software in a business environment.
I can't tell this is a joke or not. Do people really care? Or maybe the U.S. thing? At least in my country nobody cares....
I have to say I'm quite disappointed by his attitude against Palestine. RIP, but not with the victims.
https://www.theguardian.com/world/2023/nov/22/israel-hamas-w...
This is why we shouldn't use passkey. The authorities (not only the US) are clearly aiming to lock down the hardware we can use. Remember, passkey has a function to restrict the freedom to choose the authenticator we want to use.
Steve Yegge's recent credulous foray into promoting a crypto coin
I didn't notice that. Can you give me a source?
Call me crazy, but I love JSS. "Separate styles with components" never made sense to me. Styled components are much better.
When our team decides to hire a new programmer, each team member always writes a short letter, which tells the applicant why we want to hire them. How well they did in the interview, why they'd be a good fit for our team, etc, etc. I'm not naive enough to believe this is a genuine attempt but a some human engineering of persuasion, but I liked this tradition. At least it has some heart warming vibe.
Until I noticed that my coworkers were using LLMs to write these letters.
I lost hope in humanity.
America can never win a war with Venezuela, seeing their humiliating defeats in Afghanistan, Iraq and Vietnam against much smaller and less developed nations.
I don't disagree, but it cost at least 400,000 civilian lives in Vietnam war. It's hard for me to say "good move."
No, I don't do SNS. I created it to show it to the police. Looks like "I don't have any social media" is considered to be suspicious and you are "hiding" something. At least that's true in the US. I don't know about Iran though.
I'll look into them. Thank you.
Isn't it interesting that the name is the opposite in 1984. It's called the Ministry of Peace.
https://en.wikipedia.org/wiki/Ministries_in_Nineteen_Eighty-...
The safety increases, but freedom decreases
It's never safe when there's no freedom.
Are you a professional climber? "Poorly protected" is ... not the word I'd use to describe those places.
https://4travel.jp/travelogue/11828856
I've only taken the tourist route of Tanigawa-dake. Those photos are scary enough that I won't try Ichinokura.
I believe the number is correct. The source from the government: https://www.mlit.go.jp/tagengo-db/common/001556845.pdf
I assume you've never been there. 一ノ倉沢 is really impressive and dangerous.
We would not have this problem if we all agree to return number of bytes instead.
I don't understand. It depends on the encoding isn't it?
I hope the guideline is clearer. "Unless it is misleading or linkbait; don't editorialize." is too ambiguous.
Fair criticism, but it's not really a practical problem. Usually a linter will catch them easily, and even when junior devs ignore the warnings, you can just tell them to use "equals."
The thing is that, equality is the difficult problem. "equals" in JVM languages has a lot of problems. Dynamic languages are much more horrible in this aspect. JavaScript `==` is much worse than Java. Python is guilty too in my view, for using `__eq__` method. The only language I know which solves the problem correctly is Haskell. (Or, `Eq` in Cats)
So true. Scala 3 made it even worse. Hope Jetbrains will improve that, but they seem to fully committed to Kotlin.
Spring is so versatile that people use it in every way they can possibly imagine. Spring is fine IMHO if you keep it simple enough and refrain from fancy ideas. Maybe I'm just saying to keep it simple, regardless of what you use...
TLDR: don't use XML.
I don't know. I started my career as a Java dev, but what made me grow as a software developer was learning Scala. I learned a lot about functional programming, algebraic data types, effects, and so on.
I'd say Java is a great production language, mostly because it's so simple that I don't need to "learn" it (when you know better than using madness like `==` or Serializable).
From what I can tell, LLMs tend to hallucinate more with minor languages than with popular ones. I'm saying this as a Scala dev. I suspect most discussions about the LLM usefulness depend on the language they use. Maybe it's useful for JS devs.
This comment makes me wonder, why don't those rich people make space telescopes just for fun? That's definitely what I would do. Besides, it must be a way funnier than buying Twitter.
This comment may be strongly worded and thus downvoted but true. To achieve a certain level of technical excellence, tedious and repeated practice is definitely necessary.
a four-year term limit
Apparently Trump doesn't think so.
The SRE team at our company decided to adopt k8s and Helm chart and ArgoCD and whatever. That's cool. Do whatever you want. A few months later they told us, "since we are extremely busy and undermanned, we ask app teams to take care of those helm charts and TF codes from now on." Wait what?
`tap` is cool.