HackerTrans
TopNewTrendsCommentsPastAskShowJobs

spixy

215 karmajoined قبل 6 سنوات

comments

spixy
·قبل 6 أيام·discuss
Not useless.

You cannot solve a problem when you don't know you have a problem.
spixy
·قبل 7 أيام·discuss
Which is difficult since smartphones are used as 2FA, and not every service has web interface, only mobile one (some banks, chats, dating, uber, etc..)
spixy
·قبل 23 يومًا·discuss
So is this problem of german (or EU) laws?
spixy
·الشهر الماضي·discuss
Maybe don't force how many days people should work. Force number of hours (32) and let people decide, how many days...
spixy
·قبل شهرين·discuss
Because I don't care about that permission system. Server will run in some container or k8s anyway.

And node / bun development is much easier because of many many npm packages.
spixy
·قبل شهرين·discuss
health - issue detection, cancer treatments, new drugs creation, etc..
spixy
·قبل شهرين·discuss
DPI = Deep packet inspection?
spixy
·قبل شهرين·discuss
Seems that they released it only in some internal / alpha version.
spixy
·قبل شهرين·discuss
Austria is also trying to block nuclear, at least in Czechia and Slovakia.
spixy
·قبل 3 أشهر·discuss
Necessary stuff (houses, healthcare, education) have outpaced CPI, and generally it is becoming more expensive.

Unnecessary stuff (electronics, appliances, other tech) did not, and generally it is becoming cheaper (Planned obsolescence is another topic though...)
spixy
·قبل 3 أشهر·discuss
quick search:

- https://www.reddit.com/r/ChatGPT/comments/1owob2f/if_you_tel...

- https://www.reddit.com/r/ChatGPT/comments/1lca9mq/chatgpt_is...
spixy
·قبل 3 أشهر·discuss
But there is no fixed input-to-output mapping in current popuular LLMs.
spixy
·قبل 3 أشهر·discuss
Why do I prefer app:

- just click on the icon, no need to type to address bar or search in bookmarks list

- faster to load - no need to download JS/CSS, also my credentials are remembered so no need to login

- biometric login, no 2FA (finance apps, etc.)

- notifications and their customization (browsers only have on/off)

Why do I prefer mobile web:

- I need multiple instances (tabs) of the website

- I need to know URL of the specific page
spixy
·قبل 3 أشهر·discuss
Java and VirtualBox. But both are free.
spixy
·قبل 3 أشهر·discuss
"Updated: Microsoft has done a 180. Following backlash from developers, GitHub has removed Copilot's ability to stick ads - what it calls "tips" - into any pull request that invokes its name."
spixy
·قبل 3 أشهر·discuss
comparing to Node, .NET is batteries included: built-in Linq vs needing lodash external package, built-in Decimal vs decimal.js package, built-in model validation vs class-validator & class-transformer packages, built-in CSRF/XSRF protection vs csrf-csrf package, I can go on for a while...
spixy
·قبل 4 أشهر·discuss
"You don't know what to say. That's fine."

Well if I don't know what to say, I either don't start a conversation or I can use some opener like "How are you?" and then end the conversation (because I don't know what to say). But then what is the point?
spixy
·قبل 4 أشهر·discuss
I hope Iran government will finally fall, and those 30,000 dead Iranians will get at least proper burials. And that war won't spread into other countries like yours.
spixy
·قبل 5 أشهر·discuss
How did you solve problem, when your emails are put into spam folder in gmail?
spixy
·قبل 6 أشهر·discuss
Unless you develop games in Unity, and have banned C# features like classes or LINQ (because they allocate on heap and Unity garbage collector is bad and make your game to micro freeze / stutter). Sure there are cases where classes are fine (singletons, pooling), but still...