The Snake-Like Robots Searching for Life on Saturn’s Moon ⌘ Read more
Never mind, I simply searched and deleted them all (D then ~f sender). :-) Phew!
🥳 NEW FEED: @Yarns@search.twtxt.net
Listen to Apple Podcasts on the Web
Apple has released a web version of the Podcasts app, allowing anyone to listen to podcasts through the web interface. You can browse through podcasts to find new ones, search podcasts for specific guests or shows, see the ‘Top Charts’, or just have a look at what Apple considers noteworthy. The web version of Podcasts … Read More ⌘ Read more
https://www.marginalia.nu/marginalia-search/about/ search engine
Have not tried any of them, but some of these seem to fit the bill:
Civilian deaths from killer drones are this generation’s ‘Oppenheimer moment’
The geopolitical tensions and challenges faced by physicists and other scientists 70 years ago in their search for nuclear arms control is now being replicated in the 21st century. ⌘ Read more
How to Search the Web (Minus AI Junk & Clutter) with Google on Safari for Mac
If you’re a Safari user, as many of us are, you might be interested in actually searching the web with Google and then seeing a list of actual web link results, without seeing any of the new AI junk, video and image recommendations, knowledge panels, related searches, suggested searches, or the other junky clutter that … [Read More](https://osxdaily.com/2024/05/24/search-web-google-no-ai-junk-clutter-saf … ⌘ Read more
深入理解 Go 語言 Gin 框架的請求處理機制
一、獲取 GET 請求 1、URL?參數 http://127.0.0.1:8080/user/search?username=snail&address=sh package mainimport ( “github.com/gin-gonic/gin” “net/http”)func main() { //Default返回一個默認的路由引擎 r := gin.Default ⌘ Read more
How to Search Google Without AI Rubbish & Clutter
Remember when you used to use Google search and it would only return a list of links for web results, letting you easily find what you’re looking for? Google was once the best way to search the web, but as almost all Google users have noticed, the web search engine has become less of an … Read More ⌘ Read more
💻 Issue 417 - Show HN: I made a Mac app to search my images and videos locally with ML ⌘ Read more
I finally found the perfect 5G router setup!
I have written a lot already about my search for the perfect 5G router. It’s time for a new update, as I think I have finally found a great solution. ⌘ Read more
Better Debugging: How the Signal0ne Docker Extension Uses AI to Simplify Container Troubleshooting
Get started with Signal0ne, a Docker Desktop extension that scans Docker containers’ state and logs in search of problems, analyzes the discovered issues, and outputs insights to help developers debug. ⌘ Read more
https://man.ifconfig.se/ Very nie full text search of the #OpenBSD manuel pages.
Added support for #tag clouds and #search to timeline. Based on code from @dfaria.eu@dfaria.eu🙏
Live at: http://darch.dk/timeline/?profile=https://darch.dk/twtxt.txt
Use the Terminal cheat Tool to Generate CheatSheets for Commands
While there are some command line wizards out there who never need to look at references, search manual pages, defer to command lists, LLM queries, or web searches, the rest of us mere mortal commands line users can be helped by a really great tool called cheat. The cheat command is able to provide a … [Read More](https://osxdaily.com/2024/03/14/use-the-terminal-cheat-tool-to-generate-cheatsheets-for-comm … ⌘ Read more
Beau Lamarre-Condon: ‘Blood’ found near home linked to alleged killer cop
Police searching for the bodies of a TV star and his boyfriend Luke Davies and Jesse Baird have found blood near a home linked to alleged cop killer Beau Lamarre-Condon. ⌘ Read more
The Advertiser/7NEWS Adelaide: Paralowie murder arrest, Wayville shooter search
Tuesday February 27, 2024: What’s making news today. ⌘ Read more
Elijah Vue missing; mother, caregiver charged in Manitowoc County (FOX6)
A frantic search is underway for a US toddler after his mother sent him to a male friend’s home for “disciplinary action,” according to police. ⌘ Read more
UNEXPECTED ACT: Cop’s strange movements after alleged double murder
Police searching for the bodies of a TV star and his boyfriend have made an eerie discovery, as strange new details about the alleged murderer’s movements emerge. ⌘ Read more
RP Funding Center’s new bag policy
The multipurpose entertainment complex in Lakeland says they’ll be enforcing rules consistently and not letting promoters decide if bag search and metal detectors are used. ⌘ Read more
Police investigate hit-and-run as homicide
St. Petersburg police are searching for the driver who they say intentionally hit and killed 35-year-old Taiwan Gland overnight. Gland was hit just down the road from where his son died after a shooting on Friday. ⌘ Read more
Man wanted after stealing car with child inside
Police are searching for a man who stole a car in Detroit that had a child inside. The 3-year-old girl and car were both later found, but the suspect is still on the run after the crime on the city’s west side over the weekend. ⌘ Read more
‘CAN’T BELIEVE IT’: Couple’s family speak out on alleged double murder
A family member of an alleged double homicide victim has broken his silence as police continue to search for their bodies. ⌘ Read more
Police allegedly seize more than 1,100 illegal cigarette packets from Mansfield store
Victoria Police allege investigators also found drug paraphernalia and $10,000 in cash when they executed a search warrant. ⌘ Read more
Go 一文帶你喫透 HTTP 客戶端!
*1. HTTP 請求簡介HTTP(Hypertext Transfer Protocol) 是構建 web 應用通信的基石。HTTP 工作於客戶端 - 服務端架構上。HTTP 客戶端發起請求, 服務器接收請求並返回響應。HTTP 請求主要由請求行、請求頭、請求體組成請求行 GET /search?name=Golang HTTP/1.1請求頭部 Host: www.baidu ⌘ Read more
Georg Lukas: Converse.js webchat for prosody-hosted chatrooms
The goal of this post is to make an easily accessible (anonymous)
webchat for any chatrooms hosted on a prosody XMPP
server, using the web client converse.js.
There are two use cases:
Have an easily accessible default support room for users having trouble with
the server or their accounts.Have a working “Join using browser” button on
[search.jabber.network … ⌘ Read more
So, I finally got day 17 to under a second on my machine. (in the test runner it takes 10)
I implemented a Fibonacci Heap to replace the priority queue to great success.
https://git.sour.is/xuu/advent-of-code/src/branch/main/search.go#L168-L268
How to Search Reviews on Google Maps
Many people use Google Maps to find out about businesses, parks, locations, and destinations, by reading the reviews. While it’s one thing to browse through all of the reviews and read them, it can be very useful to narrow down reviews for something specific, like a keyword. Thus, it’s a desirable capability to be able … Read More ⌘ Read more
OH MY FREAKING HECK. So.. I made my pather able to run as Dijkstra or A* if the interface includes a heuristic.. when i tried without the heuristic it finished faster :|
So now to figure out why its not working right.
man… day17 has been a struggle for me.. i have managed to implement A* but the solve still takes about 2 minutes for me.. not sure how some are able to get it under 10 seconds.
Solution: https://git.sour.is/xuu/advent-of-code/src/branch/main/day17/main.go
A* PathFind: https://git.sour.is/xuu/advent-of-code/src/branch/main/search.go
some seem to simplify the seen check to only be horizontal/vertical instead of each direction.. but it doesn’t give me the right answer
@lyse@lyse.isobeef.org
Yeah I think jenny should work fine. Might have got messed up. Don’t know what messed up my file I don’t recall anything that would mess up my file.
Yep the search engine is an option but if I switch to my own server or get a rented server then I will be able to view the logs.
The word forms is part two. In this one you want to find the first digit and last digit. Think searching ‘1’ - ‘9’
I could have made my search smarter using a prefix search rather than scanning the full buffer for each iteration.
Bug in Binary Search - Computerphile ⌘ Read more
How to grep Match Two Strings in One Line, or Anywhere in File or Command Output
The command line grep tool is incredibly powerful and useful for searching for matches in files, sorting text and data, finding strings in large files, and so much more. One common situation many command line users may find themselves in, is seeking to grep match for two different strings in a single line. You can … [Read More](https://osxdaily.com/2023/11/27/how-to-grep-mat … ⌘ Read more
Wine lovers thirsty for ‘genuinely good’ no or low alcohol option, as search continues for perfect drop
Alcohol products for those keen to stay sober have gone from niche to mainstream in a short span of time. But connoisseurs say finding such a drop replicating the mouth feel of real wine is like searching for “the holy grail”. ⌘ Read more
Binary Search Algorithm - Computerphile ⌘ Read more
Searching For Life With Biomarker Gases #neildegrassetyson #startalk href=”https://we.loveprivacy.club/search?q=%23exoplanets”>#exoplanets** ⌘ Read more
Among the grain crops of northern NSW, there’s a boom of farming mums planting fields of flowers
Tamworth mum Shona Robilliard started with a few seeds in her veggie patch, but in search of a better work-life balance she’s ditched the vegetables and is now a fully fledged cut-flower farmer. ⌘ Read more
I acquired a new, fancy domain for a new side project. A site with tips on how to save money on purchases is something I would like to start. The search for a CMS reminds me of why I built GoBlog: all available options are not optimal. But GoBlog also isn’t optimal for this project for various reasons, as it shouldn’t be a typical personal blog. And now I have this really cool domain and question my plans. 😅 ⌘ Read more
https://zotop.fr/ search engine searxNG zaclys
https://movie-web.app/search/movie streaming film serie
Searching A Billion Galaxies In The Euclid Mission #neildegrassetyson #startalk href=”https://we.loveprivacy.club/search?q=%23euclid”>#euclid** ⌘ Read more
How to Get Started with the Weaviate Vector Database on Docker
With Weaviate, you can build advanced LLM applications, next-level search systems, recommendation systems, and more. Discover features of the Weaviate vector database and learn how to install Weaviate on Docker using Docker Compose. ⌘ Read more
Docker Desktop 4.23: New Configuration Integrity Check, Plus Updates to Docker Init, Compose, Watch, Quick Search, and More
Docker Desktop 4.23 is now available and includes numerous enhancements, including ASP.NET support in Docker Init, Configuration Integrity Check to alert on any configuration changes that require attention, and cross-domain identity management. This release also improves Quick Search, allowing for searching across containers, apps, Docker Hub, Docs, and any volume, and performing quick actions (st … ⌘ Read more
@prologic@twtxt.net I use the gmail webapp for work, and I have to say that over the years it’s gotten less and less usable. There are so many little usability things that it’s bad at. For instance, if you select a message and hit the Delete key nothing happens. The message is not put in the trash like you’d expect. There are issues like that scattered all over the app. I suspect they spend most of their energy on the spyware side of gmail and dedicate less to making it a useful app for end users (which seems to be true of their search engine too).
@jmjl@tilde.green I’m sorry that I’m not super knowledgeable about alternatives to jmp.chat but I’ll tell you what I know.
You’re probably right about jmp.chat not working for you, at least as it is now. You can only get US and Canadian phone numbers through it last time I checked, so if you’re not in either of those countries you’d be making international calls all the time and people who wanted to call you would be making international calls too.
I’ve seen people talk about using SIP as an intermediary: you can bridge SIP-to-XMPP, and bridge SIP-to-PSTN (PSTN = “packet switched telephone network”, meaning normal telephone). You can skip the SIP-to-XMPP side if you’re comfortable using a SIP client. I don’t know very much about SIP or PSTN so I am not sure what to recommend, but perhaps this helps your search queries.
There are a fair number of services like TextNow that let you sign up for a real telephone number that you can then use via their app (I wouldn’t use TextNow–they had tons of spyware in their app). I don’t know if that kind of service works for you but if it does perhaps you’d be able to find one of them that isn’t horrible. This page (https://alternativeto.net/software/jmp-chat/) has a bunch of alternatives; I can’t vouch for any of them but maybe it’s a starting point if you want to go this route.
Good luck!
My unsuccessful search for the perfect 5G home router solution
In search of the perfect LTE or 5G-based home router, I recently found myself tumbling down a rabbit hole. ⌘ Read more