HackerTrans
TopNewTrendsCommentsPastAskShowJobs

spixy

215 karmajoined 6 anni fa

comments

spixy
·6 giorni fa·discuss
Not useless.

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