Adding an Emboss operation on top of the new Bridge operation in the upcoming SDF Modeler version…
Adding an Emboss operation on top of the new Bridge operation in the upcoming SDF Modeler version…
Testing an internal build of the upcoming SDF Modeler version 0.5.4 by @sascharode1986 .
Made a video of the powerful new Bridge operation…
Excellent album. #tip
Natalie Bergman - Gunslinger (Official Video)
Something I recently discovered to be possible in TiddlyWiki is using `clamp()` in the `font-size` settings. It's sweet!
whtwnd.com/youronly....
#CSS #TiddlyWiki #Trick #Tip #Accessibility #a11y #Wiki
TiddlyWiki Legibility Tip: fon...
https://www.europesays.com/2259376/ White House’s first big pitch on Trump’s new law #bill #breaks #cut #Democrats #house #law #Legislation #medicaid #new #NewLaw #NortheasternPennsylvania #Pennsylvania #people #president #StevenTaylor #Tax #TaxBreak #TheWhiteHouse #tip #trump #TrumpAdministration #vance #White #WilkesBarre #year
We are thrilled to announce two new releases for the MISP project: a significant feature and performance release, v2.5.16, and a stable maintenance release, v2.4.214.
While v2.4.214 is a focused maintenance update, v2.5.16 is packed with new tools, major performance enhancements, and a host of crucial bug fixes that will make your MISP instance faster.
#misp #threatintelligence #opensource #tip #informationsharing #threatintel #cybersecurity
https://www.misp-project.org/2025/07/19/misp.2.5.16.and.2.4.214.html/
Until We Raise the #MinimumWage … #Tip!
https://www.counterpunch.org/2025/07/18/until-we-raise-the-minimum-wagetip/
Blender 5.0 will feature improved Cycles SSS (Sub-Surface Scattering). You can already try it in the 5.0 alpha builds.
It's always an honor to see my Monster Under The Bed scene being used as a Cycles benchmark again…
some weeks ago I found a very cool tui tool to sniff packets while working on a usb device: tshark
it is included with wireshark, and really I don't know why I didn't notice this tool before
for me it's very clean, and it's just a matter of correctly setting the filters to get what I want
for example, the following command will listen for the device 21 attached to the bus 3 (lsusb will show you needed info), getting IN and OUT data:
```
tshark -i usbmon3 -Y "usb.device_address == 21 && !(usb.urb_type == URB_SUBMIT && usb.endpoint_address.direction == IN) && !(usb.urb_type == URB_COMPLETE && usb.endpoint_address.direction == OUT)" -Tfields -e usb.endpoint_address -e usb.capdata
```
you will need to be sure that the usbmon module is loaded on your system, and that you are a member of the usbmon group
the attached image shows some of the captured data
If you can't control what you eat, you should control what you buy.
Nice, CG Channel covered SDF Modeler…
https://www.cgchannel.com/2025/07/check-out-streamlined-free-3d-modeling-tool-sdf-modeler/
¿Qué es zram?
Es un sistema que hace las mismas funciones que #swap, pero en vez de paginar en disco lo hace en una parte de la memoria en modo comprimido. Se consigue un mejor rendimiento a cambio de hacer un mayor uso de la memoria.
Dependiendo la distro, por ejemplo, #Debian, necesitarás instalarlo con el siguiente comando:
sudo apt install zram-tools
y luego activarlo
sudo [editor] /etc/default/zramswap
Descomenta "PERCENT=50"
Reinicia servicio:
sudo systemctl restart zramswap.service
Para verificar:
zramctl
free -h
Quarterly reminder to check yourself to have sleep apnea if you think you sleep too much.
I weighed 60kg, was totally healthy and still slept 18-20 hours each day but felt like 10 minutes. It's a life-debilitating condition that worsens gradually and you may not notice. (I was getting so little REM that I had hallucinations almost daily)
Getting checked for sleep apnea after about a year of my partner telling me to was one of the greatest things I ever did, and I'm still amazed with how long days are now.
Please, PLEASE, if you record yourself sleeping and notice pauses in your breathing, get yourself checked. You'll greatly thank yourself and you may even double or triple your time awake!
For those interested in SDF Modeler, I've just added a new section to my "Big SDF Thread" over at Blender Artists, dedicated to SDF Modeler, and featuring a range of tips…