Salta al contenuto principale

Diego Roversi ha ricondiviso questo.


New Open Source Hardware board with ESP32-C6 offers WiFi6, Bluetooth5(LE) and Zigbee, with four relays 10A/240VAC and four optoisolated inputs, works from 6 to 50V power supply. #oshw #esp32c6 #wifi6 #bluetooth5 #zigbee #iot

Diego Roversi reshared this.


Diego Roversi ha ricondiviso questo.


No random open source application, I do not want to join your Discord channel for support.

There's this really cool technology called hypertext markup language, and if you use it for your documentation another piece of amazing technology called a search engine can help me find the answer I'm looking for

And the real magic is you only have to answer it once and the answer helps anyone. You don't have to answer the same question every day. This frees you up for more fun development


Diego Roversi ha ricondiviso questo.


Avviso contenuto: Linux GUI

Diego Roversi reshared this.

in reply to Casey Reeves

Avviso contenuto: Linux GUI

in reply to Casey Reeves

Avviso contenuto: Linux GUI

in reply to Casey Reeves

Avviso contenuto: Linux GUI

in reply to Casey Reeves

Avviso contenuto: Linux GUI

in reply to Casey Reeves

Avviso contenuto: Linux GUI

in reply to Casey Reeves

Avviso contenuto: Linux GUI

in reply to Casey Reeves

Avviso contenuto: Linux GUI

in reply to Casey Reeves

Avviso contenuto: Linux GUI

in reply to Casey Reeves

Avviso contenuto: Linux GUI

in reply to Casey Reeves

Avviso contenuto: Linux GUI

shandydann reshared this.

in reply to Casey Reeves

Avviso contenuto: Linux GUI

in reply to Casey Reeves

Avviso contenuto: Linux GUI

in reply to Federico Mena Quintero Diego Roversi ha ricondiviso questo.

Avviso contenuto: Linux GUI

reshared this


Diego Roversi ha ricondiviso questo.


New Open Source Hardware design is verified: ESP32-SBC-FabGL single board computer based on FabGL library with PS2 keyboard, mouse and VGA display with many retro computer emulators https://olimex.wordpress.com/2023/05/25/new-open-source-hardware-design-is-verified-esp32-sbc-fabgl-single-board-computer-based-on-fabgl-library-with-ps2-keyboard-mouse-and-vga-display-with-many-retro-computer-emulators/ #oshw #retrocomputer #retro #game #fabgl #ibmpc #emulator #cpm

Diego Roversi reshared this.


Diego Roversi ha ricondiviso questo.


launching next week: the new MNT Reform Keyboard V3 (also as drop-in module for the MNT Reform laptop)!

Diego Roversi reshared this.

in reply to minute

Can I swap the keyboard from my MNT Reform Laptop with the one from the stand-alone keyboard? Does the (Version 1) keyboard from the laptop work in the stand-alone keyboard case?
in reply to Carsten Strotmann

@cstrotm yes, you can do that, but you need to solder one 3 pin voltage converter into it (easy if you know how to solder, or we could do that for you)
in reply to minute

That’s great, that should work for me. Thanks for the info and the great work!
Unknown parent

minute
@khm these come assembled, it's just that in the shop it is structured as kit products
@khm

Diego Roversi ha ricondiviso questo.


DNS service @quad9dns is forced by Sony to block some domain name resolution.

As a small and non profit organization they struggle to defend in court.

For freedom we need non-lying and privacy-proof DNS.

Let's support Quad9!

https://quad9.net/news/press/quad9-s-opinion-of-the-recent-court-ruling-in-leipzig/



Diego Roversi ha ricondiviso questo.


Since people have asked: yes my essay on writing & disability & power in @strangehorizons was published in 2022 and is #HugoAwards eligible this year in Best Related http://strangehorizons.com/non-fiction/writing-realizing-disability-power/

Diego Roversi reshared this.


Diego Roversi ha ricondiviso questo.


Sometimes the RP2040-PICOs 26 GPIOs are just not enough so we had to make RP2040-PICO30 where all 30 GPIOs are available, we also changed the USB connector to USB-C and the DCDC to SY8089A so your design have now 3.3V / up to 3A #raspberrypi #rp2040 https://olimex.wordpress.com/2023/04/27/new-product-preview-rp2040-pico30-raspberry-pico-with-30-gpio-available/

Diego Roversi reshared this.







How to program an attiny85 from arduino ide, in linux.

Having looked at many instruction on the internet, those are the more complete (and working) I have found:

https://gist.github.com/Ircama/22707e938e9c8f169d9fe187797a2a2c

TL;DR:

1) open Arduino Ide from your preferred linux distro (mine is debian/testing)
2) File -> Preferences -> Additional Board Manager Url
3) add this link https://raw.githubusercontent.com/ArminJo/DigistumpArduino/master/package_digistump_index.json
4) ok
5) Tools -> Board Manager, add Digistump AVR Boards
6) Tools -> Board -> Digistump AVR Boards -> Digistump

Now it's all classic "Verify" "Upload" steps to program the attiny85

Diego Roversi ha ricondiviso questo.


AgonLight Open Source Hardware Retro Computer is captured in KiCad and updated by Olimex https://olimex.wordpress.com/2022/12/09/agonlight-open-source-hardware-retro-computer-running-bbc-basic-was-captured-in-kicad-and-updated-by-olimex/ #retrocomputer #bbcbasic #z80 #OSHW #embeded will be available for pre-order next week at special Christmas price of EUR 50 for assembled, programmed and tested board

reshared this


Diego Roversi ha ricondiviso questo.


Yeeeees it's all coming together

reshared this


Diego Roversi ha ricondiviso questo.


With the update of @dino to 0.3.1 in #debian, the functionality on small screens such as #pinephone running #mobian ... did not work so great.

The version uploaded to debian experimental, allowed resizing the different parts of the window a little bit, but still often hid useful information...

So I refreshed the libhandy patches!

Packages available from:

https://people.debian.org/~vagrant/debian/pool/main/d/dino-im

The "UNRELEASED" repository is signed by my key in the debian-keyring.

Have not tested much, but works for me!

reshared this

Unknown parent

Vagrant Cascadian
@tom

Yes, that's where the patches originally came from.

I don't currently have a git repo with the patches applied, but should be able to "git am debian/patches/handy/*.patch" from the unpacked .dsc

Or... I'll just push a branch somewhere.
in reply to Vagrant Cascadian

@tom

Pushed a couple branches to:

https://salsa.debian.org/vagrant/dino-im/

The handy-v0.3.1 branch is based on the upstream v0.3.1 tag with the handy patches applied

There is also the debian/handy-0.3.x branch, based on of the debian/0.3.1 tag with the handy patches applied.

The patches are only slightly modified from the feature-handy branch in dino upstream, and not all are applied.

Really need to get small screen support working upstream sooner or later, as I do not like maintaining forks!

Elena ``of Valhalla'' ha ricondiviso questo.


Heated mouse | mouse riscaldato


Components: 2 33Ohm resistors in serie, 1 thick washer, some silicone sealant, some wire.

Componenti: 2 resistenze da 33Ohm in serie, 1 rondella un po' spessa, un po' di silicone sigillante e qualche cavo.

A bit less of 0.5W, enough for reaching 35 C - 38 C.

Poco meno di mezzo Watt di potenza, abbastanza per raggiungere tra i 35 e i 38 gradi.

reshared this


Diego Roversi ha ricondiviso questo.


Why nice people are often assholes – or are they? Berkson's Paradox
https://www.youtube.com/watch?v=FUD8h9JpEVQ
#numberphile #statistics #bias

reshared this


Diego Roversi ha ricondiviso questo.


The vibes on Mastodon are class and mostly very wholesome, so I'm going to share this piece I wrote a few years back about the Oblivion mod Terry Pratchett worked on. It eventually became so important to him that the developers added in a function to help him continue playing even when his Alzheimer's made it difficult to do so. Theirs is a lovely, heartfelt, uplifting story - sure give it a read if you have a sec

https://www.eurogamer.net/the-story-behind-the-oblivion-mod-terry-pratchett-worked-on

reshared this


Diego Roversi ha ricondiviso questo.


Bicycles are to blame for the extinction of red-heads and the prevalence of brunettes. https://chroniclingamerica.loc.gov/lccn/sn90059523/1897-01-25/ed-1/seq-6/

reshared this

in reply to Trammell Hudson

Going to start telling drivers to bow before the “all conquering wheel” when riding in traffic. That’ll show them!
in reply to Trammell Hudson

@Trammell Hudson have you seen how *short* the skirt on the cyclist is???

no surprise that people of such taste should cause damage to society.

Diego Roversi ha ricondiviso questo.


Open Firmware for Pinephone LTE Modem – What’s up with that?


In their monthly announcement, among all the cool things Pine64, they talked about the open firmware for PinePhone’s LTE modem. The firmware isn’t fully open – a few parts remain closed. And Pine emphasizes that they neither pre-install nor officially endorse this firmware, and PinePhones will keep shipping with the vendor-supplied modem firmware image instead.

That said, the new firmware way more featureful – it has fewer bugs, more features, decreased power consumption, and its proprietary parts are few and far between. I’d like to note that, with a special build of this firmware, the PinePhone’s modem can run Doom – because, well, of course.

See Open Firmware For PinePhone LTE Modem – What’s Up With That?

#technology #pinephone #opensource

588896

In their monthly announcement, among all the cool things Pine64, they talked about the open firmware for PinePhone’s LTE modem. The firmware isn’t fully open – a few parts remain …

Diego Roversi ha ricondiviso questo.


Bicycle tow-away zone

reshared this


in reply to Fabio

Adoro sapere che il fediverso sta creando MOSTRI :D (nel senso buono)

Diego Roversi ha ricondiviso questo.


One important thing I forgot for last #LinBits is this: https://github.com/Biktorgj/pinephone_modem_sdk/releases/tag/0.4.0
#PinePhone

Diego Roversi reshared this.

in reply to LINux on MOBile

nice one, working good for me so far on manjaro phosh 👌


Diego Roversi ha ricondiviso questo.


Calico is a delightful board game about quilting patterns and attracting cats. Highly recommended!
Box art of a sleeping cat
So many cat tokens








free and open source music composition software now with ~design~. amazing! https://musescore.org/en/MuseScore4

@Gruppo Linux Como
Questa voce è stata modificata (3 anni fa)



Profanity 0.9.0


Profanity 0.9.0 wurde released!
Four months and 350 commits after 0.8.1 we are happy to release 0.9.0.
profanity ist ein XMPP Client für die console mit sehr vielen coole Funktionen.

#XMPP #profanity #Messenger #IM #Linux #console



Just got another email from a blind user of SourceHut thanking me for caring about accessibility in my work. And honestly, it wasn't difficult. I don't understand why my peers in web development seemingly couldn't give a rat's ass about accessibility. Maybe because at their level of complexity, to them "accessibility" means "a shitload of aira tags and a ton of work", whereas at my level of complexity it means "just keep it simple and don't do anything particularly stupid"


A quanto pare qualche solerte burocrate a deciso di bloccare in Italia il progetto Gutenberg.

RT @gutenberg_org
To all Italian followers/users.

Please see below our CEO's statement about some issues with some people in Italy reaching PG (http://www.gutenberg.org)
Immagine/foto





Questo sito utilizza cookie per riconosce gli utenti loggati e quelli che tornano a visitare. Proseguendo la navigazione su questo sito, accetti l'utilizzo di questi cookie.