this post was submitted on 18 Nov 2023
87 points (96.8% liked)

Programming

17484 readers
130 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
(page 2) 50 comments
sorted by: hot top controversial new old
[–] 80avin@programming.dev 4 points 1 year ago

I want my devices to run on an OS/framework which allows everything to be scriptable. Data should be visualised using simple/consistent interface.

There will be events, Actions, variables, data-streams, etc and the operating system should provide easy interface to quickly create new programs which can

  1. Visualize data streams (filterable) using simple interfaces(configurable)
  2. Create scripts which can create custom events or custom actions which are just built upon existing events/actions.

In such a system, the focus of apps should not be to add fancy interfaces for simple things, but to register new events, actions, data streams, visualizers into the OS and maybe provide new templates to use these additions.

[–] mrkite@programming.dev 4 points 1 year ago (1 children)

Focus more on stability in terms of apis. We can't be rewriting our apps constantly because they keep updating frameworks every year.

[–] ScrewdriverFactoryFactoryProvider@hexbear.net 4 points 1 year ago (1 children)

I think that most core frameworks put a ton of effort into backwards compatibility. Maintainers of smaller libraries and glue packages, however…

load more comments (1 replies)
[–] sizeoftheuniverse@programming.dev 3 points 1 year ago (2 children)

Developers should go back writing efficient code in lower level programming languages to stop wasting CPU cycles for stupid reasons, like not wanting to use types, or something more stupid than that.

load more comments (2 replies)

Awareness if not prioritizing energy efficiency. We rarely give any thought to services that run 24/7 even though they're only used 8/5 or we don't care how many CPU cycles a process uses even though it has no SLO for runtime. Most companies probably think it's a question of dumping millions of carbon units into to the atmosphere or becoming luddites.

load more comments
view more: ‹ prev next ›