Skip Navigation
mac mac @programming.dev
  • 🎮Indie game dev
  • 💬Adding content to programming.dev

posting things from the 160+ rss feeds I follow. You should see me post links in two chunks for when im reading stuff, once in the morning and once in the evening ET. If you want some of my sources for certain communities feel free to dm

Posts 1.9K
Comments 117

Researchers leverage shadows to model 3D scenes, including objects blocked from view | This technique could lead to safer autonomous vehicles, more efficient AR/VR headsets, or faster warehouse robots

news.mit.edu Researchers leverage shadows to model 3D scenes, including objects blocked from view

A new technique can model an entire 3D scene, including areas hidden from view, from just one camera image. The method, developed by MIT and Meta researchers, relies on image shadows, which provide information about the geometry and location of hidden objects.

Researchers leverage shadows to model 3D scenes, including objects blocked from view
0
haxe.io Haxe Roundup 711

The latest news covering the Haxe community, featuring upcoming talks, the latest HaxeLib releases, game previews and lots more!

Haxe Roundup 711
0

CLion 2024.2 EAP 3: Improved GDB Performance and Enhancements for Nova

blog.jetbrains.com CLion 2024.2 EAP 3: Improved GDB Performance and Enhancements for Nova | The CLion Blog

The CLion 2024.2 EAP build (242.16677.29) is now out! It’s available from our website, via the Toolbox App, or as a snap package if you’re using Ubuntu. DOWNLOAD CLION 2024.2 EAP Here are the hi

CLion 2024.2 EAP 3: Improved GDB Performance and Enhancements for Nova | The CLion Blog
1

htmx 2.0.0 has been released!

htmx.org </> htmx ~ htmx 2.0.0 has been released!

htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext htmx is small (~14k min.gz’d), dependency-free, extendable, IE11 compatible & has reduced code...

0
about.gitlab.com GitLab 17.1 released with Model registry available in beta and multiple GitLab Duo Code Suggestions in VS Code

GitLab 17.1 released with Model registry available in beta, multiple GitLab Duo Code Suggestions in VS Code, Secret Push Protection available in beta, GitLab Runner Autoscaler is generally available, and much more!

GitLab 17.1 released with Model registry available in beta and multiple GitLab Duo Code Suggestions in VS Code
0

Astro 4.11

astro.build Astro 4.11 | Astro

Astro 4.11 is out with custom 500 page improvements and Shiki transformers in the Code component.

Astro 4.11 | Astro
0

Node v20.15.0 (LTS)

nodejs.org Node.js — Node v20.15.0 (LTS)

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Node.js — Node v20.15.0 (LTS)
0

NumPy 2.0.0 Released

github.com Release v2.0.0 · numpy/numpy

NumPy 2.0.0 Release Notes NumPy 2.0.0 is the first major release since 2006. It is the result of 11 months of development since the last feature release and is the work of 212 contributors spread o...

Release v2.0.0 · numpy/numpy
0
www.gamesindustry.biz Among Us dev Innersloth starts new indie game fund Outersloth

Innersloth, the studio behind hit social deduction game Among Us, has created a new indie games fund. Entitled Outerslo…

Among Us dev Innersloth starts new indie game fund Outersloth
0
godotengine.org GodotCon 24 - Submit ideas! Get tickets!

GodotCon 24 will take place on the 12+13th of October in Berlin, Germany. The first batch of tickets as well as the call for speakers and exhibitors just went live. Sponsors welcome.

1
Get Started with Embedded Swift on ARM and RISC-V Microcontrollers
  • Theres a large writeup someone did on the swift discourse a couple years ago about it https://forums.swift.org/t/introduce-embedded-development-using-swift/56573

  • Winged cargo ship saves three tonnes of fuel per day on first voyage
  • Rather than usual sails these are solid and foldable and act more like plane wings

  • What’s new in Mojo SDK v0.5 (14 Nov 2023)
  • huh yeah I can see that the date is november

    for some reason it popped up on my rss reader as coming out last week but guess someone edited the page and it pushed it out to the feed as new. Hasnt been posted to the community yet so I guess ill keep it up for archiving reasons

  • *Permanently Deleted*
  • Ok then that with the post you linked its more like shitstorm with Lemmy rather than about Sublinks like in your title

  • *Permanently Deleted*
  • When you say devs in the start of the post, which devs are you referring to. You never clarify

  • Lemmy Active Users looking good
  • For old reddit style theres mlmym which fills that niche better (e.g. for you that would be at https://old.lemmy.world)

    Default UI is currently getting overhauled in a bunch of different ways. Lemmy-Leptos for Lemmy itself, and new UIs for Sublinks and Piefed as they get constructed

  • Managing enemy spawn large world
  • I dont know how larger games do it but it mostly depends on what kinds of enemies and what genre of game youre doing.

    If you have a lot of enemies that will be spawned and despawned and they are mostly the same you can do an object pool where instead of destroying the object it gets hidden and added to the back of the pool for another enemy to spawn in as in the future by showing it and moving it to the correct spot

    In terms of when to spawn it usually (assuming youre doing most genres) you can just spawn it right outside the view of the player when they hit a trigger. In games I usually make enemies are spawned on a timer since it tends to be more arcade like and in that case you usually just spawn them outside the range of the player in a random location around a radius after X amount of time has passed

    Can give more specific things if I know the genre

    Also downvote is likely someone from the all feed

  • MySQL moment
  • Tried looking. According to one of the users who posted it its by 0x00 whos the person who made floor 796. All things I can find relating to them are floor 796 related though and can't find where this was originally posted

    Heres floor 796 though if anyones interested https://floor796.com

  • ...
  • All lemmy apps are sublinks apps, it has api compatibility

    The demo site also isn't an instance for accounts, its a demo

  • ...
  • API pretty much already has parity, should be done way quicker than that

  • ...
  • Theres more than just the api repo and pull requests are squashed in some of them making it show as less

  • [xkcd] Dependencies (16 Jun 2010)
  • Back to posting these. Took a week break but should be doing them daily again

  • Good GitHub alternatives?
  • For self hosting there's also Forgejo which is a fork of Gitea

    Thats what Codeberg uses

  • Researchers develop world's first functioning graphene semiconductor | Breakthrough could eventually lead to terahertz processors
  • The amount of transitors in integrated circuits has been doubling every two years for ~ 50 years so there would be a lot of similar headlines. People thought that would stop in 2022 but this might change that

    (People have also been speculating about it for awhile but this is it actually functioning)

  • Why a language name is Zig?
  • The name was created from a program that generates random three letter words. No real meaning

    Theres a gist made by the creator but it generates 4 letter sequences instead of 3 https://gist.github.com/andrewrk/73742bf4b8ed795c85ce

  • Qt for MCUs 2.6.1 Released
  • Microcontrollers

    MCU = MicroController Unit

  • What country are you from and do you call it 1) elementary, junior high, high school 2) elementary, middle school, high school, 3) primary, ???, secondary?
  • Canada (Ontario)

    • preschool
    • junior kindergarten, senior kindergarten, grades 1-6 | elementary school
    • grades 7-8 | middle school (or also elementary if the school is K-8)
    • grades 9-12 | high school
  • How do I use this account on lemmy and vice-versa?
  • Theyre two different softwares with two different apis, you can't

  • FLOSS communities right now
  • Lemmy is indexed so can be found on search engines while discord cant

    For internal search without using a search engine discord has had way more devs, time and money thrown at it. Still would say its barely better than lemmy (just is cause of the time filters)