Live data from Hacker News

Viewing profile — 7ep

7ep

HN member
Joined
Thu, Dec 01, 2022, 8:53 PM UTC
HN karma
97
Public activity
24 items

About 7ep

email: byronka@msn.com github.com/byronka www.renomad.com

Recent public activity

  1. story
    Show HN: Ultra-minimalist web framework, a year after release

    I'd love to get a bit more feedback about this project, and maybe find some like-minded people who want to chip in.

  2. comment
    Comment #41417145

    same. I even have my first disk of turbo pascal programs, written by my grandad, on github: https://github.com/byronka/turbopascal

  3. comment
    Comment #40728240

    > No one holds a press conference and cuts a big ribbon at the end of a bridge inspection or structural retrofit. maybe they should. maybe we could celebrate repair like we do new …

  4. story
    Show HN: Self-hosted family tree web app

    Memoria is a self-hosted family tree web app, built using a minimalist Java web framework. It may be used to document a family tree on the web. Search and homepage show people who …

  5. comment
    Comment #37674241

    great find. i’ve got some adjustments in mind, mainly carefully placed locks. i’d like to give you credit for the call out in the docs/acknowledgment file. is there some better way…

  6. comment
    Comment #37661076

    it’s all a balance. i’m obsessive, yeah, but i’m also trying to have a bit of balance for the bigger picture to each choice. if you look back a few commits you’ll see where i wasn’…

  7. comment
    Comment #37658477

    hmmm. it does seem possible. Let me look into that, thanks!

  8. comment
    Comment #37658361

    yes, certainly you could.

  9. comment
    Comment #37652742

    Interesting point. Definitely worth considering. Thanks.

  10. comment
    Comment #37652730

    You did not miss anything. It lacks that functionality, making it necessary to template the inner part, and then use that within an outer part. Fully-featured templating libraries …

  11. comment
    Comment #37652681

    There are locks around those - for example, writeLock

  12. comment
    Comment #37652609

    Because it's not something within the Minum framework. It's an example implementation that sits outside of it.

  13. comment
    Comment #37650498

    Interesting you say that: https://github.com/byronka/r3z Basically the same thing as Minum, but in Kotlin.

  14. comment
    Comment #37650206

    You are not wrong. Just, here, priority is 1. minimalism 2. ease of use It's an uneasy balance. I am well aware of the value of fully-powered templating engines.

  15. comment
    Comment #37650088

    Your wish is my command ;) https://github.com/byronka/minum/blob/master/src/test/java/c...

  16. comment
    Comment #37650023

    Names. One of the two hard problems in computer science, along with cache invalidation. And off-by-one errors.

  17. comment
    Comment #37649789

    I'll accept the naive mantle. But is this not a database? A database is an organized collection of structured information, or data, typically stored electronically in a computer sy…

  18. comment
    Comment #37649429

    Valid point. I was going off documentation like here: https://developer.mozilla.org/en-US/docs/Web/HTTP/Messages#s...

  19. comment
    Comment #37648994

    a perfect example of the thinking behind most frameworks. I don’t think most people are looking for minimal. For those that are, this might be right up their alley. Minimalism is a…

  20. comment
    Comment #37648918

    in case you truly want to go as absolutely minimal as possible. i do. for my own personal projects, i use that database.

  21. comment
    Comment #37648909

    here’s a more realistic example: https://github.com/byronka/minum_usage_example_mvn/blob/d649...

  22. comment
    Comment #37648800

    There’s nothing to prevent using any external db if desired. In fact i’m doing that for a client.

  23. story
    Show HN: Minum – A minimal Java web framework

    I am happy to announce my minimalist zero-dependency web framework, Minum, is out of beta. http://github.com/byronka/minum You will be hard-pressed to find another modern project a…

  24. story
    Show HN: Zero-dependency minimal Java web framework

    I have written a from-scratch minimalist Java web framework, called Minum. I'd like to get your thoughts. The driving goal has been achieving characterics of plainness, frugality, …