HackerTrans
TopNewTrendsCommentsPastAskShowJobs

valiant55

305 karmajoined 7 ปีที่แล้ว

Submissions

The Temper Language

temperlang.dev
3 points·by valiant55·6 เดือนที่ผ่านมา·1 comments

comments

valiant55
·4 วันที่ผ่านมา·discuss
I have a CRV with adaptive cruise (USA) and while the car reads the speed limit signs it only uses them for display. There are instances where it misreads signs which is understandable because some of the road signs are very similar or the posted speed only applies to trucks ect.

But it does not adjust based on the reading, I manually set the speed but of course it'll slow down if there's a car in front. Automatically adjusting to the speed limit sounds insanely dangerous. It's very common place, at least in the US, to go 10 over the posted limit on controlled access highways, does the EU not operate in a similar mode?
valiant55
·20 วันที่ผ่านมา·discuss
The pandemic didn't end when Mamdani was elected. The economic impact from the pandemic is going to be felt for decades.
valiant55
·3 เดือนที่ผ่านมา·discuss
In what way does buying a property and renting it create wealth? Isn't buying a property with the intent to rent it manipulation of economic conditions?
valiant55
·3 เดือนที่ผ่านมา·discuss
A comment the adds nothing to the discussion but derails the conversation with an anecdotes from the writers childhood because how this topic vaguely reminds them of something kind of similar.
valiant55
·4 เดือนที่ผ่านมา·discuss
PA did this with construction zone cameras. I'm not sure where that landed because its been a while since I've seen one. I successfully appealed my ticket to the magistrate. It initially started as a pilot program and the law requires signage which during the pilot was quite inconspicuous. After the launch the sign was changed to a tiny little thing, about 1/5 the size of the pilot program.

I was going 5 over the reduced speed limit, in the slow lane with rush hour traffic. That thing must've issued thousands of tickets.
valiant55
·4 เดือนที่ผ่านมา·discuss
There's a data type precedence that it uses to determine which value should be casted[0]. Nvarchar is higher precedence, therefore the varchar value is "lifted" to an nvarchar value first. This wouldn't be an issue if the types were reversed.

0: https://learn.microsoft.com/en-us/sql/t-sql/data-types/data-...
valiant55
·4 เดือนที่ผ่านมา·discuss
This is definitely not always the case[0], let's not pretend these companies give a fuck about the communities in which their data centers operate[1].

0: https://www.theguardian.com/technology/2026/jan/15/elon-musk...

1: https://www.texastribune.org/2025/10/09/texas-hood-county-cr...
valiant55
·5 เดือนที่ผ่านมา·discuss
I got the battery extension and it lasted more than 10 months (I have it on a 30 minute refresh). Highly recommend TRMNL if you want something to hack on without fussing with hardware.
valiant55
·6 เดือนที่ผ่านมา·discuss
I'm too entralled by TikTok to build a guillotine.
valiant55
·6 เดือนที่ผ่านมา·discuss
The powers that be have always saught wealth. At some point they gained enough power to start usurping the law that was supposed to keep them in check.
valiant55
·6 เดือนที่ผ่านมา·discuss
I'm not doing FIRE, I have children and just live below my means. I'm hoping to retire around 55 assuming the AI bubble doesn't nuke everyones portfolio.
valiant55
·6 เดือนที่ผ่านมา·discuss
Yeah, and the tooling is changing more quickly than JavaScript and is riddled with security issues. I think the best move right now is at best using AI as a (in)glorified Google / Stack overflow and waiting until the dust settles on tooling.
valiant55
·6 เดือนที่ผ่านมา·discuss
Unity isn't written in C#, it's C++. C# is used as the scripting engine.
valiant55
·6 เดือนที่ผ่านมา·discuss
Buyer beware, this game has been in alpha for 10 years despite sufficient funding. The cash shop is charging $25 for skins in a alpha game.
valiant55
·7 เดือนที่ผ่านมา·discuss
I had this issue with my alternative account. Despite my main account being associated (not by recovery, I think this predates that feature), and most messages being forwaded to my main I was never able to successfully recover the credentials.
valiant55
·7 เดือนที่ผ่านมา·discuss
I'm struggling to understand what the issue that the author is getting at. The point of a database is that it's ACID compliant, wrap insets/updates/deletes in a transaction and no such drift would occur. What am I missing?
valiant55
·7 เดือนที่ผ่านมา·discuss
There's a guy complaining that the creator is poisoning the collective code used to train LLMs. If that's all it takes we have a moral responsibility to flood GitHub with garbage.
valiant55
·7 เดือนที่ผ่านมา·discuss
Complexity demon everywhere.
valiant55
·7 เดือนที่ผ่านมา·discuss
One example is linked in the article where he expressed women are biologically less interested in tech.
valiant55
·7 เดือนที่ผ่านมา·discuss
Copy-Item is a cmdlet, the native way to do it in PowerShell. Gp posted a hack to replicate the GUI in PowerShell.