-
13 votes
-
Can you critique my blog?
The blog is daviramos.com It is more like a 2000s blog than whatever blog means today. Just things I wanna write sometimes. It is not commercial, no ads. I like fast things. Images are heavily...
The blog is daviramos.com
It is more like a 2000s blog than whatever blog means today. Just things I wanna write sometimes. It is not commercial, no ads. I like fast things. Images are heavily optimized, not mandatory, and always inside posts.
Bearblog is reliable and minimal without being barebones. I wrote about it before, so there's no need to go over it again here.
I really want to know if the way I’ve organized my blog makes any sense. Please keep in mind that I’m not a developer, programmer, or anything like that. I chose Bearblog partly because I already liked the default theme and didn’t need to change much. I appreciate minimalism, understand Markdown, a little HTML, and can "decode" simple CSS using a mix of intuition, Google, and ChatGPT. I only changed stuff that was not very deep and would not be hard to maintain.
css style (my changes are in the end)
:root { --width: 720px; --font-main: Verdana, sans-serif; --font-secondary: Verdana, sans-serif; --font-scale: 1em; --background-color: #fff; --heading-color: #222; --text-color: #444; --link-color: #3273dc; --visited-color: #8b6fcb; --code-background-color: #f2f2f2; --code-color: #222; --blockquote-color: #222; } @media (prefers-color-scheme: dark) { :root { --background-color: #01242e; --heading-color: #eee; --text-color: #ddd; --link-color: #8cc2dd; --visited-color: #8b6fcb; --code-background-color: #000; --code-color: #ddd; --blockquote-color: #ccc; } } body { font-family: var(--font-secondary); font-size: var(--font-scale); margin: auto; padding: 20px; max-width: var(--width); text-align: left; background-color: var(--background-color); word-wrap: break-word; overflow-wrap: break-word; line-height: 1.5; color: var(--text-color); } h1, h2, h3, h4, h5, h6 { font-family: var(--font-main); color: var(--heading-color); } a { color: var(--link-color); cursor: pointer; text-decoration: none; } a:hover { text-decoration: underline; } nav a { margin-right: 8px; } strong, b { color: var(--heading-color); } button { margin: 0; cursor: pointer; } time { font-family: monospace; font-style: normal; font-size: 15px; } main { line-height: 1.6; } table { width: 100%; } hr { border: 0; border-top: 1px dashed; } img { max-width: 100%; } code { font-family: monospace; padding: 2px; background-color: var(--code-background-color); color: var(--code-color); border-radius: 3px; } blockquote { border-left: 1px solid #999; color: var(--code-color); padding-left: 20px; font-style: italic; } footer { padding: 25px 0; text-align: center; } .title:hover { text-decoration: none; } .title h1 { font-size: 1.5em; } .inline { width: auto !important; } .highlight, .code { padding: 1px 15px; background-color: var(--code-background-color); color: var(--code-color); border-radius: 3px; margin-block-start: 1em; margin-block-end: 1em; overflow-x: auto; } /* blog post list */ ul.blog-posts { list-style-type: none; padding: unset; } ul.blog-posts li { display: flex; } ul.blog-posts li span { flex: 0 0 130px; } ul.blog-posts li a:visited { color: var(--visited-color); } /* MY CHANGES */ /* That is an entirely new class for text */ /* that goes below an image as a subtitle */ .subtitle { text-align: center; font-style: italic; font-size: small; font-weight: bold; } .upvote-button { display: none !important; /* Hides button, overrides other settings */ pointer-events: none; /* Disable mouseif it visible */ } .title h1 { font-size: 1.2em; } nav a { font-size: 0.95em; } footer { font-size: 0.95em; } .spaced-line { margin: 100px 0; text-align: center; } /* Keep images centered */ img { display: block; margin-left: auto; margin-right: auto; }
For comparison, see Herman's blog to see something closer to the default. He’s the creator of Bearblog.
Here’s what I’ve changed: the font size for the blog’s name, the navbar, and the footer that says
Powered by Bear ʕ•ᴥ•ʔ
is slightly smaller (0.95em instead of 1em). I added a guestbook and links to the English and Portuguese pages in the navbar. I also changed the favicon and the site's meta-image to different-sized images of Humphrey Bogart.The English and Portuguese pages are in their respective languages and only list posts in those languages. I don’t know if it’s possible to customize the navbar further. EDIT: bearblog has a builtin voting feature which I removed with CSS. All pages and posts are configured with their appropriate language via Bearblog, which I assume browsers and search engines can detect. Does it make sense to make my blog bilingual this way?
Maybe this is a new feature, but Bearblog lets you organize posts into subfolders/subdomains. So I placed all Brazilian Portuguese posts under
/br/
, which feels logical and predictable. I haven’t shared them anywhere yet, so there’s no risk of broken links. On the other hand, I already have several English posts that have been shared elsewhere. If I move all English posts under/en/
, I’d love to find a way to let the older links keep working gracefully. Is that possible somehow? Maybe that’s a question for Herman, but I have a follow-up: Other than my obsession with tiny details, is there any value in separating my posts under either/br/
or/en/
? Titles and URLs are unlikely to conflict between languages, and if they do, I can always add a-pt
or-en
suffix like inexample-post-pt
.Other than that, I’d welcome any advice on how to improve my blog—whether in big ways or subtle ones.
Thanks!
20 votes -
Digg is relaunching under Kevin Rose and Alexis Ohanian
54 votes -
Do 5g home internet modems get better cell reception than mobile phones?
I think the answer is probably yes, but I wanted to double check. Does anyone here have experience with them? For clarity, this is the home modems that you can buy for stationary 5g internet. This...
I think the answer is probably yes, but I wanted to double check. Does anyone here have experience with them? For clarity, this is the home modems that you can buy for stationary 5g internet. This is not those pocket, battery powered personal hotspots.
I just moved into a new studio in France. Despite literally every other building on the street having fiber, my studio does not have it. So I am stuck with DSL, since France doesn’t use cable for internet service. My dsl gets 2-10 Mbps down and 0.25-1 up. This is abysmal, especially the upload.
The other problem is the building is such a good shield against radio waves. With Orange, supposedly the best mobile carrier in France, I get exactly zero service, even sticking my phone out the window.
There is a carrier called Free, that does offer a 5g home internet box. To test it out, I got a Free (but not free) SIM card for my phone. Sticking it out the window, I get about the same speeds as my DSL box provides.
So there is the impetuous for my question. Should I expect their 5g home internet box to be about the same speeds as my iPhone, or can I expect them to be faster and more reliable, since it isn’t battery powered and can me larger?
10 votes -
I'm tired of dismissive anti-AI bias
54 votes -
Fintech founder charged with fraud after ‘AI’ shopping app found to be powered by humans in the Philippines
37 votes -
WordPress scales back to one major release in 2025
19 votes -
Ai 2027
28 votes -
An image of an archeologist adventurer who wears a hat and uses a bullwhip
43 votes -
UK creating ‘murder prediction’ tool to identify people most likely to kill
23 votes -
CSS Naked Day
23 votes -
What is the optimal way to convert an RPG book to a text format?
An RPG book is a book containing the rules and setting for a tabletop RPG game. Like Dungeons and Dragons 5th Edition, Worlds Without Number, Star Trek Adventures, etc. The fact that they are...
An RPG book is a book containing the rules and setting for a tabletop RPG game. Like Dungeons and Dragons 5th Edition, Worlds Without Number, Star Trek Adventures, etc.
The fact that they are rarely in text format always puts me off reading RPG books. I don't want to diminish the importance of art, but importing printed RPG books is prohibitively expensive, and reading huge PDFs on a laptop is not a good experience for me.
I also find it unpleasant to navigate the complicated design of these books. They're distracting.
I have a 6.8" Kindle Paperwhite but reading RPG PDFs on it is awful. RPG books have lots of art and complicated layouts. Unfortunately, there doesn't seem to be an easy way to make an RPG into text. I was seriously considering just copying the text and converting it to markdown myself (it doesn't need to be markdown, just something that I can convert into a format my Kindle understands) when I remembered chatGPT.
Copying the text and asking GPT to make it into markdown worked okay, but it missed the tables. Sending an image of a page worked pretty well, so I think AI is the way here. But I am not a GPT subscriber and I bet I'll hit a limit at some point. Also, instead of sending pages individually, I would prefer to send the PDF and get the result in text. Even if there were limitations (like only 10 pages in one go), it would be an improvement.
In any case, using chatGPT will be much better than doing it by hand. But is there an AI or other kind of PDF service that is better suited for that task, so I can reduce the amount of manual input?
12 votes -
I have no idea to advance in my career toward data science
I did a masters in data analytics, and then the niche I fell into in the working world was building dashboards, reports and spreadsheets of financial data for non-technical bureaucrats. Instead of...
I did a masters in data analytics, and then the niche I fell into in the working world was building dashboards, reports and spreadsheets of financial data for non-technical bureaucrats. Instead of ensuring data quality by technical means, my current company often just has me manually reviewing and checking financial data. This is pretty frustrating to me because I have no education in finance, and the things I miss or get wrong are so second nature to my boss that he doesn't even see them as something I should have been trained on. The only technologies I use are SQL server and excel. Any proactive steps I've made to automate processes has been discouraged as not worth the time.
I'm aware that most people spend years on tedious stuff before ever getting to work with more engaging technology, but honestly I'm starting to wonder if they've forgotten I'm not a finance guy. I want to move up in my career especially to escape my current role, but I'm feeling completely lost as to how. There's no obvious role in my company that could be a 'next rung of the ladder' to advance into, so there's nobody I can emulate to help chart a course. My boss had an unconventional path to his current role, and isn't really into manager stuff like career mentoring, so he's no help in that regard.
To anyone with experience in data science, what is the advancement supposed to look like? What are the key skills I should be developing? Am I being too averse to learning the subject matter of the data I'm working on? Any insight is appreciated!
13 votes -
Bluesky’s quest to build nontoxic social media
33 votes -
Google AI search shift leaves website makers feeling “betrayed”
37 votes -
Stremio is an impressive program
This post will talk about piracy. I won't provide any links or direct instructions. That said, if a mod or admin thinks there is something inappropriate about talking about that stuff, feel free...
This post will talk about piracy. I won't provide any links or direct instructions. That said, if a mod or admin thinks there is something inappropriate about talking about that stuff, feel free to mention this in the comments and I will remove any inappropriate details as soon as I can.
Like many Latin Americans, I am a long-term pirate. I have pirated stuff with floppy disks, with CD-ROMs, through IRC, FTP, Kazaa, Napster, Soulseek, websites, and torrent. I have also purchased several illegal media from street vendors. The whole idea of traditional piracy is to get the files I want for me to own, which is why I made a Plex server for myself.
Stremio is a challenge to all of this. It is much easier to setup than Plex and basically requires no maintenance. It is a program that allows me to stream video content from a variety of sources, legal or illegal. It took less than 30 minutes to set it up on my computer, and I know that it exists for both of my TVs. I am using it with the Torrentio addon.
Stremio changed my viewing habits much in the same way paid streaming services did. I am more spontaneous in my choices. I have watched Doctor Who from 2005, ER, Tiny Toons Adventures, Animaniacs, The Twighlight Zone (original), The Magicians, Blackadder, and Falling Skies (alien TV show with Noah Wyle!). Playback sometimes takes a little while to start, but went it does it rarely stutters, even on old or less popular shows. A paid debrid service should improve on that. I am now considering removing most of our extremely expensive paid streaming services and replacing them with Stremio. Money is tight and, when added up, they make quite a dent on our budget!
One bad thing about Stremio is that it is basically a leech. It does not seed the torrents. I am considering getting Real Debrid as it seemingly reduces the strain on torrents via caching.
Right now, my only concern with changing everything to Stremio is that my wife will probably dislike choosing between multiple sources for an episode, and some episodes come with bad subtitles. That would require minimal effort to solve, but might still be too much for her.
Anyway, I am very impressed by Stremio. It is so good, in fact, that I am half-jokingly worried about the police knocking on my door.
Just kidding, that doesn't happen around here.
66 votes -
Can anyone recommend a dead simple voice recorder?
I'm looking for a handheld voice recorder that's as simple to use as possible for my dad. His memory is starting to fail and I'm wondering if this would help ease some tension that that is...
I'm looking for a handheld voice recorder that's as simple to use as possible for my dad. His memory is starting to fail and I'm wondering if this would help ease some tension that that is causing.
He has trouble with tech these days so unfortunately using an app on a phone isn't an option. The hurdle of getting the phone out and app open would be too much and that's assuming he remembers to use it and HOW to use it.
I'm hoping for a device that just has a button that can be pressed or held down for short voice notes. I'm picturing the device being able to be plugged into a computer for saving the audio recordings. It would also be a huge bonus if there is some automatic transcription functionality that makes the notes searchable, though I bet there's software for that that doesn't have to come with or be part of the voice recorder itself.
I can see lots of cheap options on Amazon but before I just start buying some to try I'm hoping someone here might have some experience in this area.
I really appreciate any insight anyone is able to give.
14 votes -
Wizards and runes
9 votes -
Seeking new wireless router for high bandwidth streaming
I've not bought a new router since 2010 because I try to physically wire everything in my house so it's pretty much my phone using Wifi. However, I've found great use for my Steam Deck as a...
I've not bought a new router since 2010 because I try to physically wire everything in my house so it's pretty much my phone using Wifi.
However, I've found great use for my Steam Deck as a streaming platform on my TV using Moonlight and I'd like to get a new, good router to support it.
I think the Steam Deck can support Wifi 6, but I'd like a Wifi 7 router if possible so I can future proof the possibility of getting a new wireless VR headset too. Though I'm not 100% sold to the idea if there's good argument to just buy Wifi 6 today.Long story short, I'm finding it really hard to choose what router to buy. There's so much "gamer" junk.
Reviews are all over the place too, site A will give a router a top recommend and site B will list off a huge range of cons.Does anyone have any advice? I just want a good, reliable, high throughput router and I can't be bothered with the returns process to try and buy if possible.
12 votes -
Windows 11 is closing a loophole that let you skip making a Microsoft account
70 votes -
Seven39 - Social media that’s only open from 7:39 PM to 10:39 PM, EST
36 votes -
ToonCrafter: Generative cartoon interpolation
6 votes -
What is the current state of facial recognition or other morphological detections?
Curious to know if we have a current morphometric based system that can detect with the same accuracy as DNA testing, if two people are related, without a priori knowledge that they are related,...
Curious to know if we have a current morphometric based system that can detect with the same accuracy as DNA testing, if two people are related, without a priori knowledge that they are related, if that makes sense.
Meaning, if a system is fed 100 random photos of humans, but is not told "there are definitely related people in here" can it match it as accurately as a DNA test of those same humans' DNA samples?
context
I was wondering to myself, "you know, for as dissimilar as our DNA is to our siblings, it's actually quite remarkable that we look so similar." Which lead me to wondering, do we look similar to our siblings, or are our brains so deeply primed to think we look similar to those who are related to us, that we do indeed "look similar," to our brains(or simulations produced by our brains). If that makes sense.
8 votes -
Looking for recommendations for a dumb phone (Canada)
So I am considering switching to a dumb phone. All I really need it to do is call and text. However, the texting part might be slightly tricky. I am fine learning how to text using a numpad, but...
So I am considering switching to a dumb phone. All I really need it to do is call and text. However, the texting part might be slightly tricky. I am fine learning how to text using a numpad, but being able to do group chats would be something I would want to keep. Using Google Messages as my texting app even on an older Samsung has worked to get effective group chat functionality, so being able to access the Google Play Store to download it would be beneficial. Other than that, I don't have any other tasks I need to do on my phone. Does anyone have any recommendations?
A list of requirements:
- Available in Canada
- Can handle group chats or can download and install Google Messages
- Ideally not too expensive
8 votes -
UK tribunal denies government's request to keep details of 'backdoor order' case secret, that lead to Apple disabling 'Advanced Data Protection Service' for UK customers
19 votes -
Leave our UI alone
14 votes -
‘The terror is real’: an appalled US tech industry is scared to criticize Elon Musk
35 votes -
What if we made advertising illegal?
90 votes -
Is it possible to completely hide one’s activity on the Internet from one’s ISP?
As the years go by, I’ve become increasingly annoyed (I choose that word intentionally) at the thought that there’s some “record” of my activity on the Internet somewhere, which was probably put...
As the years go by, I’ve become increasingly annoyed (I choose that word intentionally) at the thought that there’s some “record” of my activity on the Internet somewhere, which was probably put together by my ISP. I “don’t have anything to hide” (other than perhaps the one or other ROM or movie that I download), but I also don’t want to randomly get fined or put in prison if, in a few years, our governments decide to retroactively criminalize certain activities (I’m thinking mostly about piracy).
I’m not tech savvy though. That’s not because I haven’t tried. I have. I spent countless hours reading about how one can keep one’s activity on the Internet “private”. To my knowledge, it isn’t actually possible. I mean, even if I didn’t use my real name anywhere, or didn’t have any social media accounts (thankfully, I don’t), just the fact that I have to use an ISP to surf the web means that at least they are “spying” on me.
So, I’m approaching all of you wonderful, tech savvy people (rather than ChatGPT or a search engine) to ask you if there’s something that I’m missing, and if there is a way (preferably a fool-proof one) to stop my ISP (or “anyone” for that matter) from collecting data on my activity on the Internet (particularly when I download ROMs or movies, which is the only “illegal” thing that I ever do).
24 votes -
Firefox now supports native vertical tabs in 136.0 release
53 votes -
Artificial incompatibility - a rant (Dell notebook)
As per title this is inspired by my recent problems with a Latitude 7320 notebook. I can't use my desktop right now and so wanted some cheaper nb for normal usage and eventually settled on this...
As per title this is inspired by my recent problems with a Latitude 7320 notebook.
I can't use my desktop right now and so wanted some cheaper nb for normal usage and eventually settled on this model due to being able to get it at an acceptable ratio of price to age and seeing it as compatible on Ubuntu, not noticing the disclaimer until later.
The problems started right after installing Fedora KDE - the nb was running at absolutely abysmal performance and this problem affects several models.
Running passmark I've got above 2000 on cpu, on Windows I had 11000. The cpu was throttling to 1500Mhz and lower for no reason. Switching a BIOS setting of power management to "ultra performance" got me to twice the score.
Eventually using throttled from github for various Lenovo and Dell models and thermald I was able to get to twice that again, still a fifth less than on Windows. Also the repo has potential of security concerns due to how it works, also potential to just stop working due to them later.
Mainly I'm posting this to just say that there is zero legitimate technical reason why this should happen, it works on Windows and on Dell tampered Ubuntu images. The hw is fine but for some reason someone somewhere decided to artificially limit the hw for whatever reason.
Right now I am still indecided if I should write off the several hours I've spent on this and return the machine to play the dice with some other model.
Edit 5.4.: it turns out I was not using the throttled package correctly and now have roughly equivalent performace in Linux as in Windows up from the 4/5 or so after all the other workarounds. All of the points still apply though. I also heartily recommend s-tui as a nice utility for cpu monitoring and stress test.
15 votes -
32-bit RISC-V processor made using molybdenum disulfide instead of silicon
13 votes -
Thundermail (by Mozilla): a Gmail, Office 365 rival
40 votes -
The ARC-AGI-2 benchmark could help reframe the conversation about AI performance in a more constructive way
The popular online discourse on Large Language Models’ (LLMs’) capabilities is often polarized in a way I find annoying and tiresome. On one end of the spectrum, there is nearly complete dismissal...
The popular online discourse on Large Language Models’ (LLMs’) capabilities is often polarized in a way I find annoying and tiresome.
On one end of the spectrum, there is nearly complete dismissal of LLMs: an LLM is just a slightly fancier version of the autocomplete on your phone’s keyboard, there’s nothing to see here, move on (dot org).
This dismissive perspective overlooks some genuinely interesting novel capabilities of LLMs. For example, I can come up with a new joke and ask ChatGPT to explain why it’s funny or come up with a new reasoning problem and ask ChatGPT to solve it. My phone’s keyboard can’t do that.
On the other end of the spectrum, there are eschatological predictions: human-level or superhuman artificial general intelligence (AGI) will likely be developed within 10 years or even within 5 years, and skepticism toward such predictions is “AI denialism”, analogous to climate change denial. Just listen to the experts!
There are inconvenient facts for this narrative, such as that the majority of AI experts give much more conservative timelines for AGI when asked in surveys and disagree with the idea that scaling up LLMs could lead to AGI.
The ARC Prize is an attempt by prominent AI researcher François Chollet (with help from Mike Knoop, who apparently does AI stuff at Zapier) to introduce some scientific rigour into the conversation. There is a monetary prize for open source AI systems that can perform well on a benchmark called ARC-AGI-2, which recently superseded the ARC-AGI benchmark. (“ARC” stands for “Abstract and Reasoning Corpus”.)
ARC-AGI-2 is not a test of whether an AI is an AGI or not. It’s intended to test whether AI systems are making incremental progress toward AGI. The tasks the AI is asked to complete are colour-coded visual puzzles like you might find in a tricky puzzle game. (Example.) The intention is to design tasks that are easy for humans to solve and hard for AI to solve.
The current frontier AI models score less than 5% on ARC-AGI-2. Humans score 60% on average and 100% of tasks have been solved by at least two humans in two attempts or less.
For me, this helps the conversation about AI capabilities because it gives a rigorous test and quantitative measure to my casual, subjective observations that LLMs routinely fail at tasks that are easy for humans.
François Chollet was impressed when OpenAI’s o3 model scored 75.7% on ARC-AGI (the older version of the benchmark). He emphasizes the concept of “fluid intelligence”, which he seems to define as the ability to adapt to new situations and solve novel problems. Chollet thinks that o3 is the first AI system to demonstrate fluid intelligence, although it’s still a low level of fluid intelligence. (o3 also required thousands of dollars’ worth of computation to achieve this result.)
This is the sort of distinction that can’t be teased out by the polarized popular discourse. It’s the sort of nuanced analysis I’ve been seeking out, but which has been drowned out by extreme positions on LLMs that ignore inconvenient facts.
I would like to see more benchmarks that try to do what AGI-AGI-2 does: find problems that humans can easily solve and frontier AI models can’t solve. These sort of benchmarks can help us measure AGI progress much more usefully than the typical benchmarks, which play to LLMs’ strengths (e.g. massive-scale memorization) and don’t challenge them on their weaknesses (e.g. reasoning).
I long to see AGI within my lifetime. But the super short timeframes given by some people in the AI industry feel to me like they border on mania or psychosis. The discussion is unrigorous, with people pulling numbers out of thin air based on gut feeling.
It’s clear that there are many things humans are good at doing that AI can’t do at all (where the humans vs. AI success rate is ~100% vs. ~0%). It serves no constructive purpose to ignore this truth and it may serve AI research to develop rigorous benchmarks around it.
Such benchmarks will at least improve the quality of discussion around AI capabilities, insofar as people pay attention to them.
Update (2024-04-11 at 19:16 UTC): François Chollet has a new 20-minute talk on YouTube that I recommend. I've watched a few videos of Chollet talking about ARC-AGI or ARC-AGI-2, and this one is beautifully succinct: https://www.youtube.com/watch?v=TWHezX43I-4
10 votes -
The dangers of vibe coding
19 votes -
Considering going with an ambidextrous mouse if anyone has recommendations
My current mouse is a Logitech Lightspeed G502, it works fine and aside from double click issue which I brought to a store to fix, no issues with it but it was my friend's prior mouse before he...
My current mouse is a Logitech Lightspeed G502, it works fine and aside from double click issue which I brought to a store to fix, no issues with it but it was my friend's prior mouse before he upgraded to a newer model.
As for why I want an ambidextrous mouse, on the rare occasions I want to use my left hand to navigate instead of right.
I used to use a chinese MMO mouse that honestly was not bad but its software was fairly garbage(Rebranded Red Dragon mouse iirc) so I don't mind Chinese mice as clearly being a brand name mouse doesn't mean much, just want something that is good and lasts a while, since I'm not that big on mice.I want these qualities in a mouse.
- Works wired and with a 2.4GHz dongle
- Either rechargeable batteries or replaceable works
- High DPI
- Not a "lightweight" mouse
- Has a few programmable buttons
- On chip storage for programmed buttons/DPI/etc
- Available worldwide
Bluetooth as a 3rd option would be neat but not something I'm looking for in particular.
Rechargeable batteries are supposed to provide better longevity afaik, but the buttons or the mouse itself will probably die before the battery.
I use 8200 DPI on my current mouse pretty much in both games and in desktop... with mouse acceleration,
I only lower it on the rare occasions I use something like GIMP.
Not a fan of these perforated light mice or super light mice, I used to put weights in my previous wired Chinese mouse but I'm using the G502 without weights currently. I am willing to compromise on this if there are no options however.
On the G502 I only use 2 buttons regularly, and they are to switch to the left or right virtual desktop, the rest of the buttons have a function but they get rarely used (Except Windows+Tab to show all virtual desktops).
On chip storage is good when I switch platforms (e.g. PC/Windows, SteamDeck or Linux, Mac) and in case I want to completely drop Windows and not worry about needing software for the programmable buttons to work.
Worldwide availability because I don't live in the US or most parts of Europe.
Not aware if Logitech has a mouse that does all what I need, the free scrolling wheel is cool and gets used, but they got a history of switches that die too fast.
8 votes -
Everything is a remix
26 votes -
Helsinki now among the top five cities in Europe for defence, security and resilience investments – Nordic nation has 368 defence tech companies; 40% are startups and scale-ups
13 votes -
New Zealand banned phones in schools twelve months ago. Here’s what happened.
15 votes -
[SOLVED] Is there an easy way to tell if a laptop has USB-C charging?
Background: I've been using a 9-year-old 13.3 inch Dell Latitude 7370 laptop running MX Linux to stream games via Moonlight from a beefier desktop machine. It is SO good and works flawlessly. My...
Background:
I've been using a 9-year-old 13.3 inch Dell Latitude 7370 laptop running MX Linux to stream games via Moonlight from a beefier desktop machine. It is SO good and works flawlessly. My only complaint is the smaller screen size.
I would like to upgrade to a larger computer, and given that the computer will literally only be used for streaming games, it doesn't need to have great stats. I'm looking at used/refurbished models -- both for price and because buying something new feels like complete overkill for my needs.
My only requirements are:
- 17 inch screen
- USB-C charging
That's it! I'm assuming that literally anything I can get with that will work for what I need given that my small, decade-old laptop is already doing the same job perfectly. USB-C charging is a must-have for me. I already have USB-C power cords in all the places I plan on using it, and I don't want to have to use a separate charger for it.
My Situation:
Because I'm searching for used/refurbished models, I'm limited to what's available rather than going for any specific model of computer. I can easily find listings for computers with 17 inch screens. What I can't find easily is whether or not they support USB-C charging. Most sites don't have a filter for that, and a lot of the listings don't specify the type of charger used and just list "AC adapter" (or don't mention it at all). Many sites don't have pictures of the ports, or the pictures they do have are stock photos that aren't of the exact model.
Is there some easy way to find these that I'm missing? Some keyword, or a site that does have a filter for that, or brand knowledge that can point me in the right direction?
Also, if anyone has any recommended sites for used/refurbished laptops, let me know. I have had success with Backmarket for used tech before, but I'm open to recommendations.
19 votes -
Don't trust Firefox to backup your session
I just got bit in the ass by this. I had my firefox open with all my open tabs as per usual. I notice that one of the tabs that I expect to exist is not there, so I went into my history and...
I just got bit in the ass by this.
I had my firefox open with all my open tabs as per usual. I notice that one of the tabs that I expect to exist is not there, so I went into my history and noticed for some reason, it covers only 2 days of history.
ducking told me to open firefox in troubleshoot mode to see if that would get me more of my history back. It did not but what it wound up doing is losing the session that had my open tabs. I closed firefox and re-opened it, all my open tabs gone. I power down my machine and started it back up, same story.
long story short, I am now following the recommendations on here to create regular backups of my firefox session cause apparently that is something that can be lost.
Btw the fact that is not a default feature of firefox to create multiple backups of your open session and deletes backups if you close and re-open is the dumbest logic imo
20 votes -
Using Claude and undocumented Google Calendar features to automate event creation
4 votes -
Dipping my toes in OpenBSD, in Amsterdam
15 votes -
Hawaiʻi's needy wait as benefits system tech overhaul runs late, busts budget
7 votes -
Eddy Burback chronicles his month without a phone
22 votes -
Cameras/software for watching roofs
Lately there's been a rash of people ripping apart AC units on small business' so they can sell them for parts (mostly the copper). Tends to take days to months to discover, and by that time...
Lately there's been a rash of people ripping apart AC units on small business' so they can sell them for parts (mostly the copper). Tends to take days to months to discover, and by that time they're long gone and the police are rarely interested in it (in my experience even when you figure out who's actually buying stolen copper, or car parts....but i digress).
I was asked as a friend to help with this for a couple of small business locations that otherwise don't need normal security. To start it's just one large, 60x300', roof with a couple of units on it. They're willing to spend money, but also don't want to get scammed, so I've been looking into it for them.
They're getting a quote from one of the big security companies like ADT, but didn't feel they were getting it right since they just wanted a camera pointing at the access ladder, when it sure looks like the first time this happened it was someone who brought their own, so they really do need some good coverage and not just one camera pointed at a ladder while they pay for some 24/7 person to stare at the feed.
The rough requirements are:
-
Some decent weatherproofing, as this will be on a roof all day. We can put an enclosure around it but trying to keep this simple.
-
Easy remote access to footage, ideally with notifications that can be setup for things like human motion, or lost connection.
-
Ideally fewer cameras. Not exactly because of cost, but because of the difficulty of getting the power/network up there. Be a lot easier to do one drop in the middle of the roof than say a drop at every corner.
-
Probably not wifi cameras. I figure we need to run power up there anyways, so it might as well be POE if at all possible. Added bonus being that you don't need to worry as much about wifi signal and the rare enterprising criminal with a jammer/scrambler/whatever?
and the tricky one
5. No on site storage. Likely they'll want cloud.My first thoughts:
I have ubiquiti at home, and this seemed fine for it as a nice in-between since they probably need 2-4 POE cameras max (was going to see if i could get away with 2 in the middle of the roof, one looking each way). Was going to mess around and see what level of alerts they give and make them a couple of accounts (basically one alert to the person who'd call the cops and one to the person who'd look at it if the feed went down).The no on site storage thing however, complicates stuff....i think?
The short version is there's no way to do even a basic NVR there (i've been over this thoroughly, and it's more a drama thing than a business thing). I figured that wouldn't be an issue, they'd just have to pay extra for some cloud storage and host it there, and it would probably scale well for them if they liked the solution and rolled it out anywhere else. Rather than having a bunch of NVR's they could just have one cloud based one, neat.
buuuuut it seems ubiquiti doesn't really do that. The people i'm helping are somewhat technical but i'd like to keep this turnkey as possible. I don't think there's any clean/easy way to accomplish this with ubiquiti, or at least that I can find?
In theory I think there might be some clever network way to host the NVR at some other physical/central location (with less drama) and then route all the traffic there, but that's beyond my current ability, and i'm skeptical that even if I learn how, i can keep it simple enough that i'd feel comfortable suggesting it.
The followup research:
So there's huge professional companies like verkanda/axis. I did some basic pricing research and it looks like $2kish, minimum, a year for these things. That might be within their budget (i'm told the damage done was easily into the 5 figure territory), but it also feels like extreme overkill for something that should be easier to solve?Another one i've come across before is Reolink, but I have 0 experience with it and haven't found much in either direction that makes me think it'd be a good solution or a terrible one.
I'm pretty against ring/nest just due to a mixture of "fuck em" and also feeling like you don't get what you pay for.
Overall-
Anyone have any experience or guidance with this sort of thing? I really feel like my own home network/camera setup has me right on the edge of being able to say "ah yeah here's what you need...." and yet i've fallen at the finish line. Is there some easy way to make ubiquiti work (seems to meet all the needs except the cloud storage)? Or some system you're familiar with that does have that feature?
I feel like i bump into these kinds of problems more and more where the options are "make it a second hobby/job" or "pay through the nose" when it feels like there should be a reasonable inbetween.
12 votes -
-
Joe Edelman: "Is anything worth maximizing?", a talk about how tech platforms optimize for metrics
Video: https://www.youtube.com/watch?v=GyVHrGLiTcc (46m20s) Transcript: https://medium.com/what-to-build/is-anything-worth-maximizing-d11e648eb56f (10,314 words with footnotes and references)...
Video: https://www.youtube.com/watch?v=GyVHrGLiTcc (46m20s)
Transcript: https://medium.com/what-to-build/is-anything-worth-maximizing-d11e648eb56f (10,314 words with footnotes and references)
Excerpt:
...for simple maximizers, its choices are just about numbers. That means its choices are in the numbers. Here, the choice between two desserts is just a choice between numbers. We could say its choice is already made. And that it has no responsibility, since it’s just following what the numbers say.
Reason-based maximizers don’t just see numbers, though, they also see values. Here, there’s a choice between two desserts — but it isn’t a choice between two numbers. See, it’s also a choice between two values. One option means being a seize-the-day, intensity kind of person. The other means being a foody, aristocratic, elegance kind of person.
My personal thoughts about this talk: it's a kind of strange, kind of dubious philosophical and multi-disciplinary reflection on metrics for organizations, especially metrics for tech companies, and on the pitfalls of optimizing for metrics in what the speaker argues is too "simple" a way.
I don't entirely trust the speaker or the argument, but there was enough in the talk to stimulate curiosity and reflection that I thought it was worth watching.
18 votes -
Careless people. This is not your father’s book review.
26 votes -
Exposing the Honey influencer scam
67 votes -
Elon Musk says xAI has acquired X in deal that values social media site at $33 billion
23 votes