[Catalog] [Manage]

Name
E-mail
Subject
Message
File
Embed   (paste a YouTube URL)
Password   (for post and file deletion)
  • Supported file types are JPG, PNG, GIF, SWF, AAC, FLAC, OGG, OPUS, MP3, MP4, WAV and WEBM.
  • Images greater than 250x250 will be thumbnailed.

File: 1735215057981.jpg–(108.38KB, 1080x1025, Screenshot_2024-12-26-13-27-51-871_network.loki.me)
No.216  [Reply]

¨ No.217
yeah thats bollocks too. just post here

File: 1727890945973.jpg–(293.94KB, 1842x616, updated oven.jpeg)
No.213  [Reply]


File: 1701447041610.jpg–(34.99KB, 421x336, New Roscosmos Embroidered Patch from www.space-boo)
No.184  [Reply]
so the last week in bulgaria was chaos. total devastation after a massive blizzard. days without electricity and water. all services are now resumed.
5 posts omitted. Click Reply to view.
¨ No.206
trannys been posting cp so bans all over and next time it ip range bans by country.
your ip addresses are saved, and will be sent to much worse people than the cops.
expect us
¨ No.207
looking over the server logs it seems all the paedophiles are american, and from virginia
¨ No.208
update: the paedos are all jews

File: 1694458323284.png–(71.75KB, 286x159, 6qMFTk.png)
No.156  [Reply]
You all will be Happy I grabbed the New Barbie Movie for ya !

HAHAHAHAHAHAHAHAHAHA!

(My Granddaughter might like it HA !)
Just remember the bitch will probably get a cool 50 Million out of it...FML
¨ No.157
i cant wait. is ken black and barbie mexican?
¨ No.202
always someone comes and shits the place up with ugly women

File: 1699905603428.jpg–(191.83KB, 677x678, Los angeles.jpg)
No.179  [Reply]
blyadwaldo@proton.me

send me a throwaway
and I will send you my addy
and we can take this off board.
I don't use signal or other apps unfortunately

blyadwaldo@proton.me
1 post omitted. Click Reply to view.
¨ No.182
1700390565111.jpg–(20.90KB, 596x461, BAD-HUNTER.jpg)
Can u resend? I have not received any message as yet
¨ No.183
ok. been busy with family this weekso projects went on hold
¨ No.188
you still there waldo?

File: 1699620730837.jpg–(26.08KB, 678x235, FrmIk6RWwAMy5fQ.jpg)
No.176  [Reply]
It's telling me I cant connect, refusing connection. When you have a moment.
¨ No.177
sorry to have left you all hanging but its been a strange month. i had a week laid up ith gastric flu, then i set myself on fire changing propane bottles, then i fell off a 3m wall in the dark, got concussion, abducted and dumped in the next town while unconcious, likely hit by a car then woke up in a hospital 200 miles from home. i only popped next door for a drink!.



anyway my brain damage is getting better and bandages are off the head, broken ribs are mending, and i just sat at the server for the first time in a week.



the brain is still not 100% but i will try to get something sorted for the search first, and i appeciate the help so far. i was trying to use yandex but there is some problem picking up robots.txt or possibly my domain settings that mean the site can index files on anything, even the old search box. so yes i need to go for a search system contained within the server itself to make sure its always available and updated.



the few outages we had are due to bad weather power cuts that exeeded ups capacity and once it rebooted i was too ill to get the 10 paces from bed to computer desk to login.


Post truncated. Click Reply to view.
¨ No.181
all day without power, sorry. electric company are doing pylon work and im not sure for how long. my ups only holds out for 40 minutes on a 850w server and modem

File: 1699539476563.jpg–(88.94KB, 800x800, body-royal-caribbean-icon-of-the-seas-ship.jpg)
No.175  [Reply]
Ok, the search that I created previously may or not work.
this is because of Cross-Origin Resource Sharing (CORS) headers correctly on a server .config.
also the age of the browser may choke. The cross orgin is checked in modern browsers.

you can dig into modifying the server .config file to allow access to the server, but
potentially it creates security issues. WAY too much work IMHO for a dumb reading of a text file.

(the same issue is present with the Gallery, but I got it to work with my browser by ignoring cross-origin warnings (or allowing them) no server mods required)

----

So for existing files check Instead I broke it up into two parts:

One a script that you can run as part of maintainence, IE after you move files to their perma home directories.

Post truncated. Click Reply to view.
¨ No.178
1699811809491.jpg–(143.01KB, 1061x1138, blyad,club.signal.jpg)
ok so i added my full paths and output directories to test this and running the script throws some errors. my mind is very cloudy right now and im having trouble concentrating or staying awake for long.

im not comfortable posting code or bash results here, an image board is not the place.

would you be happy to move our discussion somewhere more private? im putting a signal link here in case you want to use that, just to arrange something. then we could pastebin stuff back and forth.
i really appreciate the help, and im sure all the other users will as well.

File: 1699506578617.png–(248.83KB, 526x528, active.png)
No.174  [Reply]
Ok, thinking about a search (of sorts) to make it easier to check if a file already exists in your perma archive -since nobodys checking.

First, when you perform maintainence, you can run the command or script it in bash:

ls -l --time=atime,ctime,mtime --time-style=long-iso /path/to/your/directory > filelist.txt
run that in each video directory say, after you copy vids from the DL directory to it's perma home.

then revamp your torrent pre-page to include the following HTML.

--------------CUT ----------------------

<!DOCTYPE html>
<html>
<head>
<title>Directory Viewer</title>
Post truncated. Click Reply to view.

File: 1699483442874.jpg–(102.38KB, 500x658, 1fdffd72ee4498d9650c370ab7543849-jpeg-copy.jpg)
No.173  [Reply]
OK, this is a complete html5 webpage for the gallery. it should be placed one directory above the directory containing the imagefiles.
You need to create a text file named exactly "imageFileList.txt" in the same directory as this html file. Note the F and L are capitols.
you then copy each imagefilename.jpg (any image type suffix) ending with a COMMA, omitting the comma for the LAST filename.
the only thing you need to change in this html is the actual meme foldername in the imagepath variable, do not need preceeding / or ./ unless the O/s chokes. You do need the trailing /
=========
I made it dumb simple, and three images wide, when you mouseover the image expands to 600 x 600 you can change those sizes if you wish.
you can play around with CSS for colors font etc later if you wish.

by necessity it uses javascript, but kept simple and an xhr call to read the text file list.
all contained in the html file.
I tested it on my webserver, should work fine.

after you do the initial creation of the
"imageFileList.txt", it should be easy to manually add new image files, just remember to add the comma to the end of the last iteration of the list, and omit it on the last filename.
enjoy !
Post truncated. Click Reply to view.

File: 1698920765685.jpg–(72.50KB, 625x751, cat conduit.jpg)
No.169  [Reply]
Great minds think alike !
I have been using gpt 3.5 for coding, powershell utilities, webpages, python scripts. it's quite literal, and dumb, you have to tell it from the start what rev of the language you want code for. I went with trying it in real time in parallel, when it errors, say back to it: "I received the error: xxx" and it will try to regenerate, as the session gets long it will give the code in pluggable subroutines unless you tell it to regen the whole script/code.
Still, it's faster than you typing -out of your head. several all day sessions, I found it better to start a new chat than switching topics mid-thread, it gets a little confused otherwise.

Wow, I like the idea of balloons etc and creating mesh networks on the fly, that's a Great idea ! flesh out a submenu here on the site with schematics of the throwies would be useful for working stuff, you could also do pringle can focused wifi point to point to span distances and terrain. just be careful you can cook yer brain.
I need to get some gear, I am sure I could reach that NY repeater.

as far as my downloads, I usually grab the stuff as soon as the torrent finishes, so its all good. I have bobs b 1-4 now 8-9 thank you, and 14 !!!

I will rig up some code for a gallery that's plug & play, we can tweak it from there. gimmie a bit I have fifty code projects in the pipeline. Youse guys are GREAT !
¨ No.170
int radioPin = 1 ;

typedef struct glyph {
char ch ;
word col[7] ;
} Glyph ;

const Glyph glyphtab[] PROGMEM = {
{' ', {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}},
{'A', {0x07fc, 0x0e60, 0x0c60, 0x0e60, 0x07fc, 0x0000, 0x0000}},
{'B', {0x0c0c, 0x0ffc, 0x0ccc, 0x0ccc, 0x0738, 0x0000, 0x0000}},
{'C', {0x0ffc, 0x0c0c, 0x0c0c, 0x0c0c, 0x0c0c, 0x0000, 0x0000}},
{'D', {0x0c0c, 0x0ffc, 0x0c0c, 0x0c0c, 0x07f8, 0x0000, 0x0000}},
{'E', {0x0ffc, 0x0ccc, 0x0ccc, 0x0c0c, 0x0c0c, 0x0000, 0x0000}},
{'F', {0x0ffc, 0x0cc0, 0x0cc0, 0x0c00, 0x0c00, 0x0000, 0x0000}},
Post truncated. Click Reply to view.
¨ No.171
that code will load on a $1 digispark clone and you can attach a crystal oscillator to pin 1 (LED) to send a message by the ancient german (WW1) feldhell encoding. it has a tiny duty cycle so is very efficient on power. use a 433mhz oscillator for under 200km range or you can get oscillators for 27mhz cb. i am esting on 28.636mhz which could be picked up worldwide. i want to keep the payload under 5 grams if possible. thin film solar panel, supercapacitor, strip all the unused components from the digispark, or just pull the attiny85 chip out and use it dead bug style. these tiny baloons have been known to orbit the earth many times before they deflate. output power is tiny but i will test the power budget and maybe add a single mostfet amplifier stage. the transmitter dangles on a 2.5m thin wire, with another 2.5m wire dangling below to make a vertical dipole.there are plenty of apps to decode feldhell and you can even make a mechanical decoder from lego. it requires no logic because it is virtually a single line fax transmission.
i will dig out some working code i used last year for working throwies that can make a mesh network with $1 esp8266-01 boards. these are fingernail size and include wifi on board. they can run on solar or a lithium cell. there are only about 2 useable gpio for a siren or something to trigger. at very least a dozen of these scattered in roof gutters could give a short term wpa2 secure private network for a few blocks
¨ No.172
ps. as for cooking my brain, i run a 2.4ghz 400w sat uplink into a 3 metre dish. i can get moon echos with it! im suprised dead birds are not raining from he sky sometimes!

Delete Post  
[0] [1] [2] [3] [4] [5] [6] [7]