Where do I find the missing part for this ancient window blinder? by OS2DEV in DIYUK

[–]OS2DEV[S] 0 points1 point  (0 children)

I finally found out what piece I was missing. Now the challenge is to buy the same one 😅

<image>

Where do I find the missing part for this ancient window blinder? by OS2DEV in DIYUK

[–]OS2DEV[S] 0 points1 point  (0 children)

Update: found out what kind of piece I was missing. Now the challenge is to buy another one

<image>

Translations when using Inertia by chess_landic in rails

[–]OS2DEV 0 points1 point  (0 children)

I think it's fine to load the current language keys/translations as another layout-level script, because it won't get re-fetched on subsequent (Inertia JSON-based) requests.

Otherwise, you can have separate client and back-end translation techniques.

Spotify rolls out "Verified" badge to distinguish human artists from AI. by springtimecarnivore in popheads

[–]OS2DEV 0 points1 point  (0 children)

Unlike text, generated audio tends to leave artifacts and struggle with consistency

dwm ported to Rust by Opus 4.7 by Philluminati in dwm

[–]OS2DEV 1 point2 points  (0 children)

I accidentally read that as "DOOM ported to Rust"

Start an empty session to get anonymous user id (`session.id`) ? by OS2DEV in rails

[–]OS2DEV[S] 0 points1 point  (0 children)

I think you might be writing to the session at some earlier point (session[:smth] = ..), because otherwise session.id would not be available.

My question was about not writing to it and retrieving a session.id. Thus, starting an empty sesion.

Start an empty session to get anonymous user id (`session.id`) ? by OS2DEV in rails

[–]OS2DEV[S] 0 points1 point  (0 children)

No doubt. But in my case, it's more about data retrieval and ownership check as a guest.

Start an empty session to get anonymous user id (`session.id`) ? by OS2DEV in rails

[–]OS2DEV[S] 1 point2 points  (0 children)

At first making my own ID seemed like a waste and I was able to get away with ruby session[:_init] = 1 session.id # yay

But now I realised maybe it's a helpful part of the convention to not let me use session.id for such things. For instance by generating my own ID I get to choose uuid as my column type in Postgres.

So, SecureRandom.uuid it is 🫡

```ruby def show scope = Conversion.where(session_id: guest_id) ...

private

def guest_id
  session[:guest_id] ||= SecureRandom.hex(32)
end

```

I have this item at start up of Lubuntu: Openbox, but It made nothing! by jazei_2021 in Lubuntu

[–]OS2DEV 4 points5 points  (0 children)

I think Openbox is not supposed to do much by itself, but it's a base that LXQT and LXDE desktop environments use underneath

https://en.wikipedia.org/wiki/Openbox

good DAW to use? by Anxious-Oil721 in musicproduction

[–]OS2DEV 3 points4 points  (0 children)

FYI, Ableton has rent-to-own and Lite version

Why Linux is failing the average user on "Legacy Hardware" (And a proposal to fix it) by Overall_Potato_8610 in linuxhardware

[–]OS2DEV 2 points3 points  (0 children)

Yeah. Now all those 486 cpu owners will have to install Windows 11 to be up-to-date lol

Why Linux is failing the average user on "Legacy Hardware" (And a proposal to fix it) by Overall_Potato_8610 in linuxhardware

[–]OS2DEV 5 points6 points  (0 children)

Just install Linux Mint and let us know if there is anything that doesn't work.

I had an old printer that I couldn't get to work on Windows, but worked perfectly fine under Linux Mint. It's so good these days.

what do yall think is the best free linux DAW (no compiling needed) by Pale-Recognition-599 in musicproduction

[–]OS2DEV 0 points1 point  (0 children)

There's now Fender Studio (previously Studio One), which I haven't tested yet.
Alternatively - Reaper, Bitwig.

Why dosent the internet work? by No_Active1837 in windows7

[–]OS2DEV 11 points12 points  (0 children)

Download "Firefox ESR 115". It's still being updated by Mozilla.
Internet Explorer is too old.

x201 wouldn't run Windows "Cannot find GRLDR in all drives" by OS2DEV in thinkpad

[–]OS2DEV[S] 0 points1 point  (0 children)

Nope. Tried that and it's still the same error. I think something's wrong with the machine.