BREAKING NEWS
LATEST POSTS
-
Fear or laziness
http://publish.uwo.ca/~dmann/waking_essay.htm
https://www.pixelsham.com/wp-content/uploads/2011/02/waking_essay.htm
There are two kinds of suffers in this world; those who suffer from lack of life and those who suffer from an over abundance of life.
-
Connect two routers to extend wireless signal?
You could attach two routers together to extend your range.
1- Connect the 2nd router in LAN port of the first router. Use a cross-over cable.
2- DHCP range of 1st router = 192.168.1.x to say 192.168.1.10
3- DHCP range of 2nd router = 192.168.1.12 to say 192.168.1.20
4- IP of 2nd router = 192.168.1.11 (so that it doesn’t fall in same DHCP address space as assigned by 1st router)
5- Put both routers on separate channels.. 1,6 or 11 (If Router1 is channel 1… give Router2 channel 6 or 11.. that way…) -
IP proxying
Anonymizer
Free web proxy, CGI proxy list, free anonymizers with the list of web anonymizers list -
Meeting Gates in Seattle
I was in the airport VIP lounge en route to Seattle a couple of weeks ago. While in there I noticed Bill Gates sitting comfortably in the corner enjoying a drink. (more…)
-
FEATURED POSTS
-
FreeCodeCamp – Train Your Own LLM
https://www.freecodecamp.org/news/train-your-own-llm
Ever wondered how large language models like ChatGPT are actually built? Behind these impressive AI tools lies a complex but fascinating process of data preparation, model training, and fine-tuning. While it might seem like something only experts with massive resources can do, it’s actually possible to learn how to build your own language model from scratch. And with the right guidance, you can go from loading raw text data to chatting with your very own AI assistant.