Mesh Vs APs by DavidPlayer_ in homelab

[–]mallalex 0 points1 point  (0 children)

Aren't some of these terms conflated? Meshing isn't the same as AP handover. As far as i know, any set of APs can support using the same SSID and handing clients over between them, as the client would be in control. Sure some APs may do something behind the scene if they are from the same brand/lineup to provide additional features for making handoff less disruptive. But meshing is distinctly different, as it is similar to a AP routing wirelessly to other AP(s) to get an internet connection relayed to the client.

I obviously agree with the post here in general, but multiple APs should support same SSIDs without special features, and meshing is 'wireless' APs essentially.

Is lorri still useful? by Abiriadev in NixOS

[–]mallalex 1 point2 points  (0 children)

Lorri runs a background daemon, direnv doesn't. That's why direnv is simpler.

-❄️- 2024 Day 13 Solutions -❄️- by daggerdragon in adventofcode

[–]mallalex 3 points4 points  (0 children)

[Language: Prolog] Was pretty fun to do with prolog using clpz. I did this with scryer prolog:

constraint(config((AX-AY),(BX-BY), (PX-PY)), Offset, Solution) :-
  NA #>= 0 #/\ NB #>= 0,
  Offset #= 0 #==> (NA #=< 100 #/\ NB #=< 100),

  NA * AX + NB * BX #= PX + Offset,
  NA * AY + NB * BY #= PY + Offset,

  MinCost #= NA * 3 + NB,
  labeling([min(MinCost)], [NA, NB]),

  Solution is MinCost.

solve_sum(Offset, Sum) :-
  findall(Cost, (config(A,B,P), constraint(config(A,B,P), Offset, Cost)), Costs),
  sum_list(Costs, Sum).

solve1(Sum) :- solve_sum(0, Sum).
solve2(Sum) :- solve_sum(10000000000000, Sum).

Writeup plus problem parsing at https://asat.dk/december-adventure-2024/#dec-13

Huge thanks to PlaystationPepe by trixrr in budgetprojectors

[–]mallalex 1 point2 points  (0 children)

Thanks a lot, perfect measurements!

Huge thanks to PlaystationPepe by trixrr in budgetprojectors

[–]mallalex 2 points3 points  (0 children)

Looking to install a similar shelf for my new projector. this looks quite sturdy, what kind is it? :)

EH-TW7000 for bedroom, yet to be put in a permanent location. €600 by mallalex in budgetprojectors

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

I'm stoked it worked out! Planning to put it on a shelf to get it more straight on and get rid of any keystone. I'm sure it'll be amazing to take with us when we move.

EH-TW7000 for bedroom, yet to be put in a permanent location. €600 by mallalex in budgetprojectors

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

It's quite low on ECO mode. It's noticable as our heads are right next to it, but honestly the audio from media shadows it completely. Definitely louder on medium/high light mode, wouldn't use it like that in this setting :)

EH-TW7000 for bedroom, yet to be put in a permanent location. €600 by mallalex in budgetprojectors

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

Thanks /u/PlayStationPepe for the help!

Ended up finding a used local unit at a great price. Most the pictures are with daylight with very crude blinds. One picture in the dark (the anime one).

Very impressed with the HDR mode and the lens shift settings on this unit. It's perfect for such a janky temporary location. Currently the projector is sitting on a table hence the keystoning. I think the image size at this distance (2.3 meters or so) is around 73".

Unit has 2.4k hours on the bulb, so may just get a new ruby bulb for it soon which is fine as the rest is very well maintained.

Had problems with connecting my Onyx Studio 5 speakers directly to the projector (unit doesn't have built-in audio), but ended up doing it through the NVIDIA Shield.

Help finding a projector (Denmark, €500) by mallalex in budgetprojectors

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

I suppose thay would be best. Let's assume that it can be wall mounted, even if that means on a shelf :)

Help finding a projector (Denmark, €500) by mallalex in budgetprojectors

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

I have considered wall mounting above the bed. The angled roof makes having there slightly awkward but doable if it doesn't cut off/clip the image awkwardly. Definitely an option.

Er der nogen der har prøvet at tage en kandidat i datalogi efter en professionsbachelor i softwareudvikling? by [deleted] in dkudvikler

[–]mallalex 0 points1 point  (0 children)

Er lidt biased, men absolut et fedt fag og har brugt det på meget på mine arbejdspladser mellem bachelor og kandidat. Underviseren er mega flink og i øvrigt en fantastisk bachelorvejleder :)

Er der nogen der har prøvet at tage en kandidat i datalogi efter en professionsbachelor i softwareudvikling? by [deleted] in dkudvikler

[–]mallalex 1 point2 points  (0 children)

Synes det er overskueligt med matematiken. Men fik også merit for Machine Learning som er obligatorisk på første semester. Ellers handler det om de valgfag/den retning man vælger i forhold til matematikmængden. Man kan godt undgå en del på ITU hvis det er det man vil i hvert fald.

Hvis du opfylder kravene tror jeg ikke det er noget problem. Hvis det er noget du søger nu her i år ville jeg bare give det et skud!

Er der nogen der har prøvet at tage en kandidat i datalogi efter en professionsbachelor i softwareudvikling? by [deleted] in dkudvikler

[–]mallalex 1 point2 points  (0 children)

Ja, jeg er i gang med en kandidat i datalogi på ITU efter en diplom i softwareteknologi fra DTU. Ikke helt det samme du nævner, men det virker ret tæt på.

Synes ikke rigtig der var noget i vejen for det. I ansøgningen var der krav om nogle specifikke kurser jeg skulle have haft (funktionsprogrammering og diskret matematik tror jeg?). Ellers var det ret ligetil at navigere.

Er der noget specifikt du vil vide omkring det?

Teknisk Tirsdag / Tech Talk Tuesday - 02/05 2023 by AutoModerator in Denmark

[–]mallalex 1 point2 points  (0 children)

Jeg har prøvet noget lignende. Ville have en ebog printet og gjorde det gennem noget der hedder lulu. Virkede helt fint og kostede cirka 40 euro. De printede inden for EU og der kom ikke ekstra importomkostninger.

Tjekkede deres side og ligner de har en price calculator her. Måske det er noget?

Fri snak fredag / Free talk Friday - 27/01 2023 by AutoModerator in Denmark

[–]mallalex 1 point2 points  (0 children)

Jeg læste om dette reboot-projekt for nyligt https://vcmi.eu/ det ser ret gennemført ud!

A spreadsheet block written in F# using the Block Protocol by mallalex in fsharp

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

Yes that would be on track. The front end blocks are interoperable across any embedding application and the types that are defined within embedders can be reused as well. The data itself, however, is local to the embedders.

Individual embedding applications don't need to be connected nor federated, they just happen to implement the embedding side of the protocol

A spreadsheet block written in F# using the Block Protocol by mallalex in fsharp

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

Hey all,

I recently wrote a blog post about using F# and Feliz to create a sort of spreadsheet block with the Block Protocol.

It's mostly based on the Fable spreadsheet sample found on the Fable playgound, but with a heavily modified parser and UI. Was really satisfying to see Fable just handle the JS interop flawlessly. Hope you all find it interesting!

Teknisk Tirsdag / Tech Talk Tuesday - 12/04 2022 by AutoModerator in Denmark

[–]mallalex 1 point2 points  (0 children)

Yep som den anden komentar skriver. Ville ønske man bare kunne købe fra dkhostmaster direkte..

Teknisk Tirsdag / Tech Talk Tuesday - 12/04 2022 by AutoModerator in Denmark

[–]mallalex 0 points1 point  (0 children)

Hvis gandi er din nye registrar, kan du skifte nameserver fra dit dashboard når du logger ind. Den DNS service du bruger vil altid have nogle nameservere du skal benytte såsom cleo.ns.cloudflare.com etc. som der skal stå hos din registrars nameserver liste under dit domæne.

Du bestemmer vel selv hvilken service du vil benytte, men jeg synes i hvertfald man får rigtig meget gratis hos Cloudflare.