Live data from Hacker News

Viewing profile — 4fips

4fips

HN member
Joined
Mon, Jan 27, 2020, 5:32 PM UTC
HN karma
27
Public activity
16 items

About 4fips

https://www.4fips.com

Recent public activity

  1. comment
    Comment #45513784

    Yeah, I was waiting for the DS1525+, but after it was announced and the HD restrictions were confirmed, I eventually decided to buy the DS1522+ instead.

  2. comment
    Comment #45052975

    The only browser bookmark I use is: javascript:window.prompt("Title + URL:",document.title+"\n"+document.URL); Which when clicked, opens an alert with 2 lines like this: Bookmarks.…

  3. comment
    Comment #39969424

    The initial version of my online Numeric Base Converter ( https://apps.4fips.com/nubco/ ) was done in a day, mostly to try out Rust + egui. The app hasn't changed much since then, …

  4. comment
    Comment #36164203

    No so long ago, around 2012 :), I was still using my Psion 3c + a short OPL program, to trigger my hacked time lapse camera over serial line. It worked quite reliably for years. ht…

  5. comment
    Comment #30948835

    Thank you!

  6. comment
    Comment #30944191

    Here's mine: https://www.4fips.com (mostly tech topics, random projects & photography, basically anything I find interesting at the moment, I've been maintaining this page for many…

  7. comment
    Comment #30857362

    Yeah, for example passing such an opaque typedef as const is a common trap and very often source of surprise (even for the author of the API), something like: struct Opaque { int d…

  8. comment
    Comment #28170438

    Yeah, I would like to see that behavior as an option, or even better allow to select the whole UI as a block of text (to feel natural and be searchable on the web). I belive any UI…

  9. comment
    Comment #28170127

    Text in labels and other controls is not selectable (unfortunately), in this regard egui behaves as a native app, so mostly just editable texts are selectable. This feels a bit unn…

  10. comment
    Comment #28169957

    Yeah, I believe accessibility is not addressed at all. Similarly when compiler for web, it would be great if the UI would actually behave as text (actual web page) and could be cop…

  11. comment
    Comment #28169841

    I'm using it for some of my little tools, and it's pretty seamless going between native and web, which I appreciate a lot, and unlike other non-native UI frameworks, navigating thr…

  12. comment
    Comment #26738056

    At least C is a complete language and a solid building block which is possible to reason about, compared to C++ which is becoming more and more bloated in a modernization attempt, …

  13. comment
    Comment #26341086

    Linked lists become really powerful and performant when implemented as intrusive containers, such containers do not need to live on heap and can be embedded directly into another d…

  14. comment
  15. comment
    Comment #22162078

    Hehe, thank you!

  16. comment
    Comment #22161762

    Here is mine: https://www.4fips.com (mostly tech topics, random projects & photography, basically anything I find interesting at the moment)