HackerTrans
TopNewTrendsCommentsPastAskShowJobs

spixy

215 karmajoined vor 6 Jahren

comments

spixy
·vor 6 Tagen·discuss
Not useless.

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