# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 196298
# self = https://watcher.sour.is?offset=168038
# next = https://watcher.sour.is?offset=168138
# prev = https://watcher.sour.is?offset=167938
@prologic 35°C outside. 🫤 I’m just gonna sit here and wait for November. 😂
@prologic 35°C outside. 🫤 I’m just gonna sit here and wait for November. 😂
@prologic 35°C outside. 🫤 I’m just gonna sit here and wait for November. 😂
@off_grid_living There are probably many extensions for Apache2. Nearly all of which you don't need. Maybe libapache2-mod-php* if you want to make use of PHP.

Typically, systemd will automatically start your webserver during system startup. Your package manager (apt) does not prompt you, because the package maintainer has chosen some defaults for you which works with the rest of the system. So there is simply no need. Why would you want to change the installation directory anyways?

Also, right after installation, I'd assume that Apache2 is automatically started. If you want to start Apache2 by hand, you can sudo systemctl start apache2, there are also the stop and restart verbs.

The tutorial linked by @prologic seems a bit outdated to me (old Ubuntu version and SysVInit), you might be better off with: https://ubuntu.com/server/docs/how-to-install-apache2 Even though, that's probably also not so beginner-friendly.
@prologic Yeah, paid. If not even big IT companies offer more, I will not emmigrate to Down Under. ;-)
@movq What's the temp? 🤔
@movq What's the temp? 🤔
@movq I agree!
It is too hot to think. 🥵
It is too hot to think. 🥵
It is too hot to think. 🥵
It is too hot to think. 🥵
i have finished porting my laptop config to nixos in record time. i did the entire rebuild in one day, only a handful of hours total. love it.
Transparency petition - Whistleblower Justice Fund
Transparency petition - Whistleblower Justice Fund
Pinellas County - Zone 2: 5.86 miles, 00:13:01 average pace, 01:16:16 duration
just some "training" in the humidity and such trying to keep it in the blue zone. frustrating! felt fine though.
#running
Pinellas County - Zone 2: 5.86 miles, 00:13:01 average pace, 01:16:16 duration
just some "training" in the humidity and such trying to keep it in the blue zone. frustrating! felt fine though.
#running
Pinellas County - Zone 2: 5.86 miles, 00:13:01 average pace, 01:16:16 duration
just some "training" in the humidity and such trying to keep it in the blue zone. frustrating! felt fine though.
#running
On my blog: Developer Diary, World Elephant Day https://john.colagioia.net/blog/2024/08/12/elephant.html #programming #project #devjournal
[47°09′20″S, 126°43′01″W] Transfer 25% complete...
@off_grid_living Normally you would so something like this on Ubuntu:


sudo apt install apache2


In fact I highly recommend you follow this guide:

Install and Configure Apache
@off_grid_living Normally you would so something like this on Ubuntu:


sudo apt install apache2


In fact I highly recommend you follow this guide:

Install and Configure Apache
[47°09′57″S, 126°43′24″W] Waiting for carrier
its rainy out there
[47°09′53″S, 126°43′21″W] Re-taking samples
@falsifian Can't argue with the some of the feats we've achieved for sure 😅 I think some of the good stuff is in smarter auto completion: summarization and pattern reproduction.

But "intelligent" it ain't 🤣
@falsifian Can't argue with the some of the feats we've achieved for sure 😅 I think some of the good stuff is in smarter auto completion: summarization and pattern reproduction.

But "intelligent" it ain't 🤣
@eldersnake Bahahaha 🤣 I doubt I could write a chess engine now 😅
@eldersnake Bahahaha 🤣 I doubt I could write a chess engine now 😅
toki pona li wawa
@movq If it still existed I bet the first thing he'd do is convert it to Golang 👌🤣
@prologic I don't know what you mean when you call them stochastic parrots, or how you define understanding. It's certainly true that current language models show an obvious lack of understanding in many situations, but I find the trend impressive. I would love to see someone achieve similar results with much less power or training data.
@falsifian I don't believe so. But then again we'd have to define what cognitive understanding really is 😅 LLM(s) have none.
@falsifian I don't believe so. But then again we'd have to define what cognitive understanding really is 😅 LLM(s) have none.
@lyse Yeah in Australia it's only 20 paid days of annual leave (paid)
@lyse Yeah in Australia it's only 20 paid days of annual leave (paid)
🧮 USERS:1 FEEDS:2 TWTS:1059 ARCHIVED:77355 CACHE:2411 FOLLOWERS:17 FOLLOWING:14
[47°09′30″S, 126°43′58″W] Analyzing samples
@off_grid_living @prologic Ahh, too bad that program is gone. I would have loved to see that. 🤯
@off_grid_living @prologic Ahh, too bad that program is gone. I would have loved to see that. 🤯
@off_grid_living @prologic Ahh, too bad that program is gone. I would have loved to see that. 🤯
@off_grid_living @prologic Ahh, too bad that program is gone. I would have loved to see that. 🤯
[47°09′52″S, 126°43′26″W] Resetting dosimeter
@stigatle @prologic Wow, that's surprising. Assuming a full time job, you are legally entitled to at least 20 days annual leave in Germany. Some companies even offer 30, esp. when in a union. I don't know how many companies actually do, but in my circle of friends and acquaintances, nearly everyone has 30 days paid vacation. I somehow thought it's very similar in Scandinavia and Australia.

Oh boy, the week is already over and I haven't accomplished much useful stuff when I look back on it. Gotta check the vacation calendars of my workmates tomorrow and take one or the other week off soon.
@prologic I thought "stochastic parrot" meant a complete lack of understanding.
@movq That's a tough one. Maybe drones and cameras. They make for greater videos to watch online (no, I don't have any of that). Not to forget high-speed internet, that's sloooowly getting rolled out.
@off_grid_living A gamer will not necessarily become a programmer. Especially these days I'd say.
@off_grid_living @stigatle It's been a few years that I used Apache, but I also strongly recommend to run the Linux version. As root: apt-get install apache2 Its configuration file is probably _/etc/apache2_/apache2.conf_ these days. https://ubuntu.com/server/docs/how-to-install-apache2_
@off_grid_living Hmm, but why is regular dirt not good enough for the hens outside?

Yeah, like with everything, quality has its price.
Nouveauté beta sur https://3r1c.net, la version TXT "smartphone" de chacun des articles. Accessible via le lien [M].
Nouveauté beta sur https://3r1c.net, la version TXT "smartphone" de chacun des articles. Accessible via le lien [M].
Pinellas County - Long Run: 7.58 miles, 00:11:16 average pace, 01:25:22 duration
not as long as i would have liked. got a late start because, well, i was enjoying the sleep! then i saw at 0500 the rain was not scheduled anymore so i slept in. then it rained!

so this run was hot, no cloud cover, 90% RH and about 90F. it was brutal. but overall had to cut it short due to shivers all over the body. i was not going to push it when i may be overheating.

highlight: raced a youg boy in boca ciega park
#running
Pinellas County - Long Run: 7.58 miles, 00:11:16 average pace, 01:25:22 duration
not as long as i would have liked. got a late start because, well, i was enjoying the sleep! then i saw at 0500 the rain was not scheduled anymore so i slept in. then it rained!

so this run was hot, no cloud cover, 90% RH and about 90F. it was brutal. but overall had to cut it short due to shivers all over the body. i was not going to push it when i may be overheating.

highlight: raced a youg boy in boca ciega park
#running
Pinellas County - Long Run: 7.58 miles, 00:11:16 average pace, 01:25:22 duration
not as long as i would have liked. got a late start because, well, i was enjoying the sleep! then i saw at 0500 the rain was not scheduled anymore so i slept in. then it rained!

so this run was hot, no cloud cover, 90% RH and about 90F. it was brutal. but overall had to cut it short due to shivers all over the body. i was not going to push it when i may be overheating.

highlight: raced a youg boy in boca ciega park
#running
On my blog: Open Source Characters https://john.colagioia.net/blog/2024/08/11/open-source-characters.html #freeculture #licenses #rant
[47°09′32″S, 126°43′20″W] --interrupted--
@stigatle Ahh nice! i only get 4 weeks off a year 🙄
@stigatle Ahh nice! i only get 4 weeks off a year 🙄
@off_grid_living Is there a particular reason why you run it through wine? And not the 'standard' ubuntu way of doing it? It'll make it much easier to make sure things are working the way it should.. :)
@prologic During summer - yes, since our kids have 2 months. First month of their vacation I still work, then I join them on their last month. We do have 5 weeks, so I save the last week for around Christmas. :)
Hello from BROWSER
@off_grid_living So tou mean wine? The windows emulator?

You don't need to use wine to run Apache.

It should be installable from the package manager (software center) or whatever it's called.
@off_grid_living So tou mean wine? The windows emulator?

You don't need to use wine to run Apache.

It should be installable from the package manager (software center) or whatever it's called.
@off_grid_living cc @mckinley can you help here? 🙏
@off_grid_living cc @mckinley can you help here? 🙏
[47°09′50″S, 126°43′13″W] Dosimeter fixed
[47°09′55″S, 126°43′39″W] Dosimeter malfunction
LLMs though, whilst good at understating the "model" (or shape) of things (not just natural language), are generally still stochastic parrots.
LLMs though, whilst good at understating the "model" (or shape) of things (not just natural language), are generally still stochastic parrots.
@falsifian It's also astonishing how much power these things use and how incredibly inefficient they are 🤣

But seriously though we have come a long way in _some_ machine learning sxiwnde and twxh and we've managed to build ever more powerful and power hungry massively parallel matrix computational hardware 😅
@falsifian It's also astonishing how much power these things use and how incredibly inefficient they are 🤣

But seriously though we have come a long way in _some_ machine learning sxiwnde and twxh and we've managed to build ever more powerful and power hungry massively parallel matrix computational hardware 😅
@movq The success of large neural nets. People love to criticize today's LLMs and image models, but if you compare them to what we had before, the progress is astonishing.
🧮 USERS:1 FEEDS:2 TWTS:1058 ARCHIVED:77343 CACHE:2415 FOLLOWERS:17 FOLLOWING:14
@movq I don't have a VR headset yet, but I still view it as one of the most improved pieces of tech.
@movq I don't have a VR headset yet, but I still view it as one of the most improved pieces of tech.
@stigatle Very nice! 👌 I've enjoyed your photos and stories of your trips!

Do you normally take 4-week long vacations all in one go?
@stigatle Very nice! 👌 I've enjoyed your photos and stories of your trips!

Do you normally take 4-week long vacations all in one go?
@off_grid_living Setting up a local Apache + PHP server on your Ubuntu laptop is easy as pie 🤣

What do you think the world runs on 😅 Hint: Not Windows 🤣
@off_grid_living Setting up a local Apache + PHP server on your Ubuntu laptop is easy as pie 🤣

What do you think the world runs on 😅 Hint: Not Windows 🤣
@movq There are drivers and such for linux as well. I also think it works fine with steamVR on linux (But currently my main computer for gaming is running windows) so I have not tested VR on linux yet. I am planning on installing linux on that machine when I get a extra disk for it soon. (I run linux on all other laptops I have, but those are not good enough for VR stuff).
@stigatle That’s all on Windows, I guess? It does sound really interesting/tempting, though. 😲 I’ve only briefly toyed with a coworkers VR thingy ~10 years ago and it was rather clunky back then. That probably has improved a lot.~
@stigatle That’s all on Windows, I guess? It does sound really interesting/tempting, though. 😲 I’ve only briefly toyed with a coworkers VR thingy ~10 years ago and it was rather clunky back then. That probably has improved a lot.~
@stigatle That’s all on Windows, I guess? It does sound really interesting/tempting, though. 😲 I’ve only briefly toyed with a coworkers VR thingy ~10 years ago and it was rather clunky back then. That probably has improved a lot.~
@stigatle That’s all on Windows, I guess? It does sound really interesting/tempting, though. 😲 I’ve only briefly toyed with a coworkers VR thingy ~10 years ago and it was rather clunky back then. That probably has improved a lot.~
@movq @prologic @aelaraji , yeah, I have one. First one I bought was the first oculus on kickstarter. Then facebook delivered their first (after they bought oculus) on my doorstep for free (since I backed the first oculus on kickstarter). I use it a lot, especially for Xplane (flight sim) and Elite: Dangerous etc. It's not one of those quest standalone VR headsets I have, it's the one you hook up to a computer.
@stigatle @prologic VR, really? You have one of those things? 🤔

@aelaraji Bloody AI stuff! 🤪😂
@stigatle @prologic VR, really? You have one of those things? 🤔

@aelaraji Bloody AI stuff! 🤪😂
@stigatle @prologic VR, really? You have one of those things? 🤔

@aelaraji Bloody AI stuff! 🤪😂
@stigatle @prologic VR, really? You have one of those things? 🤔

@aelaraji Bloody AI stuff! 🤪😂
4 week vacation time is done tomorrow, then it's back to work. A bit excited to see what happens there for the rest of the year, a bit stressfull too, but It'll be nice to get back to work. This summer vacation has been super nice, and also felt like it lasted long. Been a super time with my family, we got to visit a lot of cool places, and went on a lot of trips etc. Been really nice. And we've already planned what to do next year - so I already look forward to that :)
[47°09′57″S, 126°43′48″W] Sample analyzing complete -- starting transfer
@prologic @movq Nothing can beat AI powered rice cooker! 😜
@prologic @movq Nothing can beat AI powered rice cooker! 😜
[47°09′11″S, 126°43′21″W] Not enough data -- sampling finished
@prologic Yeah :) That's correct!
@movq That's a god one too!
@movq That's a god one too!
@movq Yup, definitely VR!
@movq Yup, definitely VR!
@stigatle Ahh so it's your way of trying to win a small lottery 🤣