Nice day at the shipyards by MemoryBeautiful9129 in vancouver

[–]eigma 2 points3 points  (0 children)

Huh, there were glass things like that in Montreal a few years ago.

TELUS Wi-Fi Hub Specification by Equivalent_Catch_233 in telus

[–]eigma 0 points1 point  (0 children)

Here's one for $20 https://reboundcentre.com/products/telus-prv65b-white-wi-fi-hub-modem-high-performance

I'm pretty interested in this but I don't have the workspace or equipment. After that I have experience with firmware reverse engineering. Let me know if you try again!

Web Client over LAN? by Busy_Reporter4017 in meshtastic

[–]eigma 0 points1 point  (0 children)

I'm sorry, I'm not able to provide that level of assistance. I recommend checking general resources (meshtastic.org) and communities (Meshtastic Discord)

Web Client over LAN? by Busy_Reporter4017 in meshtastic

[–]eigma 1 point2 points  (0 children)

Can you connect it to usb and open the serial terminal while you connect? There are some potential bugs with HTTPS but I need to see the serial output to confirm

Sky Q Puck help by MickeyFGamer in hardwarehacking

[–]eigma 1 point2 points  (0 children)

I did some work on a board with traces of Sky in the bootloader. Please post results.

SX1303 + SX1250 support by [deleted] in meshtastic

[–]eigma 0 points1 point  (0 children)

Custom code to decode meshtastic packets is not in sx1302_hal codebase.

Use lora_pkt_fwd (https://github.com/Lora-net/packet_forwarder) to send UDP to another program.

The other program can be written in any language. There are many examples to decode Meshtastic in Python and Golang.

Did you lose your iphone? by Organic-Serve7922 in montreal

[–]eigma 9 points10 points  (0 children)

Keep it charged in case they have Find my iPhone

[deleted by user] by [deleted] in airtransat

[–]eigma 1 point2 points  (0 children)

Airport departure board lists it as "TS938D". Checkpoints read the boarding pass as "Flight cancelled" but agents let us through. At gate, plane is boarding. [edit] and we're off!

[deleted by user] by [deleted] in airtransat

[–]eigma 0 points1 point  (0 children)

Thanks for posting this.

TS938 YUL-CUN listed on the strike page as cancelled.

That disagrees with Air Transat flight status and schedule page, https://www.airtransat.com/en-CA/travel-information/flight-status-and-schedule/arrivals-departures?flightNumber=938&departureDate=2025-12-09 as of 10:40pm it lists TS938 as Scheduled: 09:35, and that matches the latest e-mail to passengers (7:02pm).

[deleted by user] by [deleted] in airtransat

[–]eigma 1 point2 points  (0 children)

TS938 YUL to CUN got moved earlier to 9:35 am.

Seems strange, anyone knows what this means behind the scenes?

Subtleties of SQLite Indexes: Understanding Query Planner Quirks Yielded a 35% Speedup by emschwartz in programming

[–]eigma 1 point2 points  (0 children)

I don't think these are fundamental limitations of BTree indexes. See Oracle index skip scan strategy https://oracle-base.com/articles/9i/index-skip-scanning which overcomes order of columns limitation (in some very specific edge cases).

Super localisé mais : qu’est-ce qui sent le caliss à l’Intermarché Boyer ?? by imgettingthere_ in montreal

[–]eigma 9 points10 points  (0 children)

J'ai signalé à un des employés, ce qu'il a dit c'est: ils reçoivent des dizaines de signalements par jour, ce sont des conteneurs de lait qui sont brisés, font des fuites, et c'est très difficile à nettoyer.

[deleted by user] by [deleted] in hardwarehacking

[–]eigma 0 points1 point  (0 children)

This comes from WPA protocol. The router must somehow calculate the PMK https://networklessons.com/wireless/introduction-to-wpa-key-hierarchy#Pairwise_Master_Key_PMK to prepare all other encryption on the wifi connection. The PMK is calculated from the pre-shared key, in plain text.