jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Tech / everything · hot matching “ide”

13 shown · updated 1m ago · read only
  1. Goaccess - Log format not working when invoked inside a bash script (stackoverflow.com)stack

    19 points by daHoodooMan in stackoverflow.com · 22h ago · stack

    I'm having a hard time to run goaccess in a simple bash script like this: #!/bin/bash cat domainlist.txt |\ while read d ; do # echo "goaccess /var/log/httpd/www.$d/access_log --log-format=COMBINED -o /srv/www/parked-domains/mystats/www.$d/index.html" ## uncomment previous line…
  2. Reddit’s AI is turning posts into podcasts and short videos (theverge.com)rss

    editorial feed by Jay Peters in The Verge · 13h ago · rss

    Reddit is trying out a new way for people to take in content on Reddit: by turning text posts into audio / video content. As part of an experiment, some posts are being adapted into videos that use AI voices to read the text of the main post and some comments. The video highligh…
  3. As temperatures get hotter, pesticides are more dangerous to farmworkers Research shows heat amplifies the dangers of pesticides. https:// arstechnica.com/science/2026/0 8/as-temp… (mastodon.social)mastodon

    10 points by @arstechnica@mastodon.social in fosstodon.org · 1h ago · mastodon

    As temperatures get hotter, pesticides are more dangerous to farmworkers Research shows heat amplifies the dangers of pesticides. https:// arstechnica.com/science/2026/0 8/as-temperatures-get-hotter-pesticides-are-more-dangerous-to-farmworkers/?utm_brand=arstechnica&utm_social-t…
  4. Loading an SQLite database from a byte stream in .NET (stackoverflow.com)stack

    1 points by Ethan in stackoverflow.com · 15y ago · stack

    I'm trying to load an SQLite database that will be embedded in my executable as a resource. For those who are curious, it is because I use a small SQLite database to store configuration data, and I'd like to ship the default configuration embedded inside the executable (I hate h…