Live data from Hacker News

Viewing profile — spapas82

spapas82

HN member
Joined
Wed, Mar 02, 2016, 9:57 AM UTC
HN karma
2,075
Public activity
788 items

About spapas82

blog: https://spapas.github.io/

github: https://github.com/spapas

meet.hn/city/gr-Athens

Recent public activity

  1. comment
    Comment #49161447

    Would the attack be successful is the Norwegian government used a way to protect itself against ddos like cloudflare or akamai?

  2. comment
    Comment #49148765

    Well one interesting thing is that if you want to buy a Toyota Yaris right now in Europe (specifically in Greece) the only options offered are hybrid. One with 116 hp and one with …

  3. story
    Ask HN: When will ChatGPT Voice be able to control my phone?

    I am using ChatGPT voice on my phone and it's great. It even understands greek (my language). But it's jailed inside the phone. Why? Why can't it control my phone? Is it technical?…

  4. comment
    Comment #47002295

    Has anybody actually tried AIStor ? Is it possible to migrate/upgrade from a minio installation to AIStor ? It seems to be very simple, just change the binary from minio to aistor:…

  5. comment
    Comment #46938887

    This is the first thing i install on windows for like 10 years. Then i set up Ctrl+alt+s to toggle the everything window.

  6. comment
    Comment #46801497

    For anybody starting with Django, I had written a bunch of guidelines some years ago https://spapas.github.io/2022/09/28/django-guidelines/ (after more than 10 years using exclusiv…

  7. comment
    Comment #46725052

    Actually the greatest thing for me is the falling asleep effortlessly part!

  8. comment
    Comment #46645818

    Thank you for the info and your kind words!

  9. comment
    Comment #46630083

    Is this actually a business that can make money? My family owns around 1000 olive oil trees in Greece that produce eatable olives and extra virgin olive oil. The thing is that we a…

  10. comment
    Comment #46624507

    spapas.github.io

  11. comment
    Comment #46185625

    This is insteresting to me especially since this is a 2005 document. Is there a reason why C++ was chosen instead of Ada which to my knowledge was the gold standard for such softwa…

  12. comment
    Comment #46160565

    For tco to be really useful you need to think in a non procedural way. Imagine that you don't have loops in your language so you need recursion to do stuff multiple times. Also eve…

  13. comment
    Comment #46157761

    I think they should. Not sure if they will. However Adam Johnson mentioned django-tasks as the reference implementation that may be included in Django here https://adamj.eu/tech/20…

  14. comment
    Comment #46154378

    Using Django for almost 15 years, almost exclusively, for both business and personal projects. Have tried a lot of other frameworks, nothing clicks so good with me. My only (small)…

  15. comment
    Comment #46144164

    Yes this is concerning for me too. Hopefully if they don't fix/merge security issues somebody will fork and maintain it. It shouldn't be too much work. I'd even do it myself if I w…

  16. comment
    Comment #46141295

    Minio allows you to have an s3 like interface when you have your own servers and storage.

  17. comment
    Comment #46138083

    This is a way too old version. You should use a newer one instead by downloading the source and built the binaries yourself. Here's a simple script that does it automagically (you'…

  18. comment
    Comment #46138032

    Well I didn't mind when they removed it and certainly I didn't consider their paid version which is way too expensive for most use cases. The UI was useful when first configuring t…

  19. comment
    Comment #46137718

    Minio is more or less feature complete for most use cases. Actually the last big update of minio removed features (the UI). I am using minio for 5 years and haven't messed with it …

  20. comment
    Comment #45972154

    Having a self hosted gitea server is a godsend in times like this!

  21. comment
    Comment #45965891

    Please read my comment again including the update: For 15 minute cloudflare wasn't working and the status page did not mentioned anything. Yes, right now the status page mentions t…

  22. comment
    Comment #45963984

    Cloudflare seems to have degrated performance. Half the requests for my site throw cloudflare 500x errors, the other half work fine. However the https://www.cloudflarestatus.com/ d…

  23. comment
    Comment #45692683

    This is a good article and also reflects my opinons on the matter. All this effort should have gone else where (for example to improve the async job queues framework already introd…

  24. comment
    Comment #45558141

    SQL Server is actually supported in Django with this backend by microsoft https://github.com/microsoft/mssql-django

  25. comment
    Comment #45394209

    This is very good. One recommendation would be to include a docker image so people can run it easily!