1
submitted 11 months ago by [email protected] to c/[email protected]
1
Elm Weekly - Issue #328 (www.elmweekly.nl)
submitted 11 months ago by [email protected] to c/[email protected]
23
submitted 11 months ago by [email protected] to c/[email protected]
1
submitted 11 months ago by [email protected] to c/[email protected]
1
Elm Weekly - Issue #327 (www.elmweekly.nl)
submitted 11 months ago by [email protected] to c/[email protected]
13
submitted 11 months ago by [email protected] to c/[email protected]
57
submitted 11 months ago by [email protected] to c/[email protected]
1
submitted 11 months ago by [email protected] to c/[email protected]
18
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/[email protected]

This description is a repost of what was said about the project on the nix discourse

SkaraboxOS provides a flake template which combines:

  • Creating a bootable ISO, installable on an USB key.
  • nixos-anywhere to install NixOS headlessly.
  • disko 1 to format the drives.
  • deploy-rs 2 to deploy updates.

SkaraboxOS expects a particular hardware layout:

  • 1 SSD or NVMe drive for the OS.
  • 2 Hard drives that will store data. Capacity depends on the amount of data that will be stored. They will be formatted in Raid 1 (mirror) so each hard drive should have the same size.

WARNING: The 3 disks will be formatted and completely wiped out of data.

At the end of the process, the server will:

  • Have an encrypted ZFS root partition using the NVMe drive, unlockable remotely through ssh.
  • Have an encrypted ZFS data hard drives.
  • Be accessible through ssh for administration and updates.

discourse post

5
submitted 11 months ago by [email protected] to c/[email protected]
6
2024-08-05 Emacs news (sachachua.com)
submitted 11 months ago by [email protected] to c/[email protected]
1
Praise my GitHub profile (praise-me.fly.dev)
submitted 11 months ago by [email protected] to c/[email protected]

cross-posted from: https://programming.dev/post/17754201

There was a roast my github profile site going around recently so as a counter to that someone made a praise my github profile. Enter your profile and get an AI complimenting you

[-] [email protected] 5 points 1 year ago

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

[-] [email protected] 6 points 1 year ago* (last edited 1 year ago)

Its in the embedded tweet

Stands for progressive web app which is an app which uses web technologies. Can be both a web page and a mobile app on a phone. Can be added as an app to your phone through a browser rather than downloading it from an app store

[-] [email protected] 5 points 1 year ago

The modlogs public to see removed comments. Just a bit difficult to navigate through currently

[-] [email protected] 6 points 1 year ago

Image in the tweet for those who dont want to click

[-] [email protected] 4 points 1 year ago* (last edited 1 year ago)

Subreddit had 3 posts within the last month so not that far off tbh

I can look for some post sources to give the community here some more activity

[-] [email protected] 6 points 1 year ago* (last edited 1 year ago)

Nah not mine, just one I found and thought was pretty cool. Added the source to my rss reader and probably gonna post more from them in the future

[-] [email protected] 5 points 2 years ago* (last edited 2 years ago)

When the draw function calls itself it yields control to that new function its calling. When that function ends it takes back control and continues doing what it was doing.

This means all of the for loops in all of the functions will execute. Draw(1) will do the for loop and then return as it hits the end of the function (standard behaviour when you reach the end of a function even if theres no return statement). Then draw(2) will do the for loop as it gets back control now that draw(1) is done and then return, etc. all the way up

All parts of a function are recursive, theres no such thing as a non recursive part

[-] [email protected] 4 points 2 years ago* (last edited 2 years ago)

Letting you know, the download and github links on the git.rela.dev site navbar dont work

Its probably set as a private repository

[-] [email protected] 5 points 2 years ago

im not op, just crossposting from some other spots with permission from the ops but will give some info for people who want to make something similar

Agree glowing outline would be good here. A glowing outline is something thats relatively easy to do and good to add even if just to have for an accessibility setting people can toggle. Easily addable without changing sprites by attaching a shader onto the player and theres lots of tutorials out on doing so such as https://www.youtube.com/watch?v=UBujOvMRNl0

For adding lighting to the player, thats also feasible although maybe a bit harder than the outline shader due to needing to mess with normal maps. Something some people do is add a normal map for the outermost pixels only (edge lighting)

Its theoretically also possible by just lighting up the entire sprite without a normal map or the entire sprite normal mapped but tends to not look great and makes the sprite a bit more unreadable

[-] [email protected] 4 points 2 years ago* (last edited 2 years ago)

the cancel/decline button isnt showing up and instead shows a duplicate of the get the app button

[-] [email protected] 5 points 2 years ago* (last edited 2 years ago)

What frontend/app is that?

Standard lemmy behaviour is to collapse posts into the same post when theyre beside each other in the feed and its recommended to crosspost between communities in programming.dev

Any client that isnt following the collapsing behaviour isnt following how lemmy-ui works so I can open an issue in their repo

[-] [email protected] 6 points 2 years ago

huh second time someone said that for a post, ive tested it and it works fine on my end

What client are you using

view more: ‹ prev next ›

mac

0 post score
0 comment score
joined 2 years ago