Skip Navigation
Sweden orders review after 'explosion' of ADHD cases
  • Ditto on the usefulness and commonality of these skills. But we still need firemen, delivery workers. Lots of professions do benefit from this, maybe also sports.

    Moving them too much into the "disease" category doesn't do it service. It'd be better to teach ways to manage it.

  • Selfhosted messenger/community software like discord
  • Matrix does support voice, and I found the quality to be amazing.

  • Armenia and Azerbaijan agree on ‘historic’ return of villages
  • So relations are improving after the Russian "peacekeepers" left?

  • How do you handle UX Design?
  • One suggestion - if you get 10 plain black t-shirts, then implement your style!

    I am a dev who was focused on design and ux early on (this has changed as the needs of my work changed).

    @abhideckert's suggestion on how to analyze the needs is great. Now on to the implementation.

    Similarly to development, you start out with some requirements - you need to show an input box, a history of inputs, and a sidebar with categories. You work out the layout (with wireframes, pencil drawings, etc.). Then comes visual style, which I guess is the thing you struggle with?

    In both layout and visual style, you need to apply design principles, but ultimately the goal is to guide the visitor's eye to the right places. This is where rhythm, repetition and contrast play a role. Basically highlight important elements, make the order of elements logical and not boring, avoid large empty areas but leave sufficient "breathing room" between elements, etc.

    For visual style, you should make your own "style guide" that you apply to all personal projects. You can vary it a bit for each, if you are worried about them looking the same. Make that into a css file with a dummy html page to test. Add an input box, a textarea, select, unordered lists, etc. and style all of them to your liking. This guide will capture a lot of visual ideas, colors, spacing, which you can paste straight into your project. Do not sweat too much about stealing other people's ideas - it's an intrinsic property of art, and anyway it will probably not look 100% the same even if you copy it.

    Edit: PS: spend some time just looking at the design and thinking.

  • The most recent version of KeePassXC loads indefinitely when trying to open database. Any idea how I can fix this?
  • If you start it from the terminal, do you see any error output while it's loading?

  • Chechnya bans all music deemed too fast or too slow
  • That's so weird. So musical instruments are banned, but there is a loophole for a capella...

  • Chechnya bans all music deemed too fast or too slow
  • I think IS are not too much into music, on the whole.

  • The Things Users Would Appreciate In Mobile Apps — Smashing Magazine
  • Not always, i think. There are some SSO solutions that behave like this, and password gets filled in fine.

  • Slovakia’s brain drain picks up pace under populist leader Robert Fico
  • Scary, there is a real danger for Bulgaria to go the same route, after brain drain rate at least reversed in the last years. Here's to hoping

  • What's your preferred code generation tool in 2024?
  • Just thought of an example. If you want to, you can open a file at macroexpansion time, and generate code based on its contents. There are no limits, pretty much.

  • What's your preferred code generation tool in 2024?
  • Both languages you mentioned i highly recommend.

    Lisp macros are another level, because they are part of the language - you can use all language primitives to transform forms however you like.

    Haskell will give you a different view of programming. It's beautiful and concise, and implements all sorts of academic research in languages. Ocaml is similar in many respects.

  • What's your preferred code generation tool in 2024?
  • Lisp macros.

    But I'd be curious of the possibilities of generating code with tree sitter.

  • Why is knowledge of programming alone not enough?
  • Ditto. Pity that a "renaissance" education is not in very high regard nowadays (or I'm not aware). It's where a lot of innovation happens, too.

  • mice
  • Yeah all this free energy waiting to be harvested

  • EBNF Grammar for JavaScript
  • Yes, it is. I find navigating s-exps way easier. Also it has some lispy features, and macros.

  • EBNF Grammar for JavaScript
  • Nice. I am working on some improvements to parenscript, this might come in handy.

  • How do people make patches for closed source software from outside its software company/devs?
  • Not exactly the question you were asking, but there are also SDKs for closed source software. You can get a library, or just an interface definition you adapt to. It can be frustrating when you cannot peek a layer deeper into the system, and takes head banging, but it's a thing. Often, if you are a significant enough client, you can get consulting or guidance from the devs at the other end.

    Nowadays a lot more business software is open source (at least partially), because it increases adoption. People found that when you remove the stops, others will flock and build stuff around.

  • Have you started planing this years garden plants yet? You might need these
  • I wanted to make something similar for my mom's garden, but yours look way better than what I had in mind. Thanks.

  • [Personal project] GitHub - monomon/schooloprog: generate ical school schedule
    github.com GitHub - monomon/schooloprog: Small program to convert sexp description to ical

    Small program to convert sexp description to ical. Contribute to monomon/schooloprog development by creating an account on GitHub.

    GitHub - monomon/schooloprog: Small program to convert sexp description to ical

    I had been meaning to try OCaml for a long time, and saw the opportunity.

    My daughter's school schedule was sent in an inconvenient format (screenshot), so I decided to type it in manually in sexps, which I am a fan of.

    These are used as a source for my program to generate icalendar with recurrences, exceptions for the holidays, and so on. Someone might find it useful as reference too.

    0
    monomon monomon @programming.dev
    Posts 1
    Comments 38