HackerTrans
トップ新着トレンドコメント過去質問紹介求人

spixy

215 カルマ登録 6 年前

コメント

spixy
·6 日前·議論
Not useless.

You cannot solve a problem when you don't know you have a problem.
spixy
·7 日前·議論
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 日前·議論
So is this problem of german (or EU) laws?
spixy
·先月·議論
Maybe don't force how many days people should work. Force number of hours (32) and let people decide, how many days...
spixy
·2 か月前·議論
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
·2 か月前·議論
health - issue detection, cancer treatments, new drugs creation, etc..
spixy
·2 か月前·議論
DPI = Deep packet inspection?
spixy
·2 か月前·議論
Seems that they released it only in some internal / alpha version.
spixy
·2 か月前·議論
Austria is also trying to block nuclear, at least in Czechia and Slovakia.
spixy
·3 か月前·議論
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 か月前·議論
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 か月前·議論
But there is no fixed input-to-output mapping in current popuular LLMs.
spixy
·3 か月前·議論
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 か月前·議論
Java and VirtualBox. But both are free.
spixy
·3 か月前·議論
"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 か月前·議論
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 か月前·議論
"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 か月前·議論
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 か月前·議論
How did you solve problem, when your emails are put into spam folder in gmail?
spixy
·6 か月前·議論
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...