HackerTrans
TopNewTrendsCommentsPastAskShowJobs

spixy

215 karmajoined 6 years ago

comments

spixy
·6 days ago·discuss
Not useless.

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