Live data from Hacker News

Viewing profile — babuskov

babuskov

HN member
Joined
Tue, Aug 23, 2011, 12:44 PM UTC
HN karma
5,372
Public activity
1,269 items

About babuskov

Started programming when I was 9. Built my first game using assembler on Amiga 500 when I was 13. Later moved to C, C++, Java, PHP, JavaScript.

Founded a couple of open source projects, most remarkable being flamerobin.org, which is now the default administration GUI for the open-source FirebirdSQL DBMS. I got really close with people in that community (had beers with most core developers ;) and even presented some papers/sessions at three Firebird conferences. I also run the official Firebird FAQ website at firebirdfaq.org.

Wrote some shareware software available at guacosoft.com. Most successful product is a home-inventory application called Attic Manager.

From 2009 got interested into web space, but mostly kept alive by making accounting software.

In 2014, tested waters on Android, built a space shooter game Drone Invaders in just 23days: http://bigosaur.com/blog/23days

In 2018, built and released Rogue Bit, a puzzle game about computer internals. You play as a single bit of RAM who became sentient and decide to escape the computer into the real world:

http://roguebit.bigosaur.com

From 2015 to 2021, built "Son of a Witch", a roguelike brawler best explained as a mix of Castle Crashers and The Binding of Isaac. It's available on Steam and Nintendo Switch:

https://sonofawitchgame.com

Currently working on a puzzle game called Block Buster Billy, which can be best described as Baba Is You meets Math:

https://bigosaur.com/bbb

You can see my progress on my Twitter: @bigosaur.

You can e.mail me at milan_at_bigosaur dot_com.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #48905873

    Yeah, I have firewall set up to disallow everything except whitelisted ports, so my system was never in jeopardy. Maybe I should have mentioned that in my original post.

  5. story
    Latest Debian 12 update opens MariaDB server to the internet

    I have a couple servers with Debian 12, running MariaDB. The servers were configured with bind-address 127.0.0.1:3306 so that any database connections are local. I upgraded to Debi…

  6. story
  7. comment
    Comment #48705867

    That's the problem with the definition of "healthy". No single food is "healthy" on it's own. It's a wrong way to look at it and why most people fail at finding a good diet. There'…

  8. comment
    Comment #48705812

    I presume users lost access to everything.

  9. comment
    Comment #48705787

    The question is "can anyone". Makes you wonder why the USA hasn't built one? Maybe the latest technology required some rare discovery. Just like nobody can replicate the taste of C…

  10. comment
    Comment #48545547

    If they are spies, they are taking their time to use the data for sure. I run servers with them since 2009 or so. That's 17 years. I feel like the whole password thing was meant as…

  11. comment
    Comment #48545492

    I think I could if I had one. My engine uses SDL2 and I developed it using macOS initially. In fact, I had a working build until about 6 months ago, when I replaced my old High Sie…

  12. comment
    Comment #48515679

    It's possible if you have wide or deep domain knowledge. Back in 2007 I made a Q&A website related to the open source FirebirdSQL database with around 350 articles in about one mon…

  13. comment
    Comment #48515637

    Angel Investor Simulator: https://store.steampowered.com/app/4771830/Angel_Investor_Si... You bid against other investors in a show similar to the Shark Tank and then you assign ad…

  14. comment
    Comment #48431462

    The rabbit hole started as a major P2P issue in Israel and possibly other middle east countries and further investigations revealed it seems to be a worldwide problem.

  15. story
  16. comment
    Comment #48140540

    The default NGINX PHP integration uses this: # regex to split $uri to $fastcgi_script_name and $fastcgi_path fastcgi_split_path_info ^(.+?\.php)(/.*)$; set $path_info $fastcgi_path…

  17. comment
    Comment #47863320

    Surprised nobody mentioned Fish Fillets 2, which is a top 3 puzzle game imho. My list: 1. Antichamber 2. Fish Fillets 2 3. Baba is You 4. Ittle Dew (esp. the Master Dungeon) 5. An …

  18. comment
    Comment #47728278

    If the extension does something that isn't changing, like JSON Formatting, I guess it's best to disable updates right after you install it. I just did this for all extensions I hav…

  19. story
  20. comment
    Comment #47247208

    +1 from me. Motorola has such great quality/price ratio and the user experience is decent. There's still some nagging and such but overall it's much better than the competition. Bu…

  21. comment
    Comment #46149306

    HN has no Markdown, but you can start each line with 2 spaces to format code: https://news.ycombinator.com/formatdoc

  22. comment
    Comment #45990926

    Funny that you picked == as an example when == is very counter intuitive in Java and is one of the common pitfalls for beginners: String a = new String(); String b = new String(); …

  23. comment
    Comment #45914052

    Does Roblox run on Linux?

  24. comment
    Comment #45913976

    Only if you do it on the same computer. The restriction is still there if you try to, for example, run one game on your PC and another on Steam Deck.

  25. comment
    Comment #45913973

    > does Steam still disallow accounts from playing more than one independently owned game at a time without special procedures? Yes. I just tried launching one game on Steam Deck an…