Fetch your Reddit posts,comments to a file using Go 2

Fetch  your Reddit posts,comments to a file using Go
I have posted lots of content on Reddit and I would like to make a copy of of these locally, just to have a local record and make it easier to search my posts. There’s a couple of ways to do this, one method is simply Ask Reddit [email protected]., they provide an official Data Request ...

Microchip magic, the amazing science behind ASML EUV lithography machine

Microchip magic, the amazing science behind ASML EUV lithography machine
Came across a series of videos explaining the intracacies of modern silicon chip fabricaion (Fab) , and was fascinated by the sheer complexity of making tiny transistors and circuits. In the heart of the silicon revolution, where chips smaller than snowflakes power our world, lies a Dutch titan: ASML. Their claim to fame? Lithography machines, ...

How to turn on your iPhone’s hotspot automatically when getting into your car .

How to turn on your iPhone's hotspot automatically when getting into your car .
A common thing in most of today’s autos is to have a Internet connected head unit (dashboard display screen) so you can stream music or use Google Maps or Waze to navigate. But in.order for this to work you need an internet source, There are. a couple of ways to do this.. Using your Phone ...

Best video summary of how ChatGPT / LLM work

Best video summary of how ChatGPT / LLM work
If you search the web you’ll find lots of summaries about how ChatGPT and in general , however there’s an excellent Youtube video from ByteByte Go Channel linked below that does an excellent easy to understand light technical overview of how ChatGPT (and most other Large Language Models) work.

Best modern 2024 HTML (free) website templates and designs 6

Best modern 2024 HTML (free) website templates and designs
Designing a modern (responsive) HTML web page is not a trivial task, not only do you need to have a good sense of design and an artistic flare, but there’s a wide assortment of technical items (fonts, css styling, javascript components, etc.) that need to be implemented to meet your or your clients demand for ...

Linux , 3 ways to keep long running processes in background

Linux , 3 ways to keep long running processes in background
  In Linux, there are several ways to keep a long running process running in the background. Here are a few common methods: Using & to run the command in the background: You can run a command in the background by appending an ampersand (&) to the end of the command. For example, to run a process called myprogram in ...

AI conversational text model, ChatGPT, the end of Google? 2

AI conversational text model, ChatGPT, the end of Google?
The latest rage sweeping the Internet circa December 2022 is chatGPT, What is chatGPT? Here I’ll let it (chatGPT) answer that question itself (The paragraphs below were created with this chatbot) Midjourney Generated Image ChatGPT (https://chat.openai.com/chat ) is a cutting-edge language model developed by OpenAI. It is a variant of the popular GPT-3 model, which ...

Mid Journey , DALL·E 2 , Computer AI generated Artwork, possibilities and limitations

Mid Journey , DALL·E 2 , Computer AI generated Artwork, possibilities and limitations
In case you’re unaware , there’s a new crop of beta and public AI artwork generation technologies, that actually create some impressive looking artwork and imagery from relatively simple textual descriptions. Among the current crop of popular systems, these include: MidJourney, Dalle-E 2 , Stable Diffusion and many others… What these systems allow users of ...

Fix mount error(95): solved! Operation not supported SMB 36

Fix mount error(95): solved! Operation not supported SMB
Mounts SMB/CIFS shares with Linux It’s common practice to mount Windows file shares on Linux  using the SMB (Samba) implementation on Linux.  the command is fairly straight forward. # Install the required libraries if you haven't done that yet sudo apt update sudo apt install cifs-utils #Next mount the folder you want sudo mount -t ...