Recent comments in /f/AskRamble
Oaloo OP wrote
Reply to comment by z3d in Methods for creating torrents to seed? by Oaloo
thank you, but i was hoping for something i could automate to some extent. like on a cron job.
z3d wrote (edited )
Reply to Methods for creating torrents to seed? by Oaloo
Any I2P-capable torrent client should be able to create torrents. If you're running i2pd, try I2PSnark Standalone, either the + or "vanilla" version. If you're running a Java-based I2P, you'll already have I2PSnark available.
- I2P+Snark standalone: skank.i2p/installers/i2psnark-standalone.zip
- I2PSnark vanilla: stats.i2p/docs/i2psnark-standalone-2.8.0.zip
PrivacyOsint wrote
Reply to What search engine(s) are you using? by chmod755
I didn't know my searxng was so popular on i2p lol search.itcomputes.i2p
Working on fixes for my youtube proxies for tor and i2p.
TronNerd82 wrote
Reply to What search engine(s) are you using? by chmod755
On the clearnet I use SearXNG, same with Tor when I wanna find clearnet results.
When I'm on Tor and wanna find results on the Tor network, I use Ahmia.
On I2P, I use legwork, and on Freenet, I use the Clean-Spider index.
boxbox1234 OP wrote
Reply to comment by z3d in by boxbox1234
Thank you so much! Good Luck :)
z3d wrote
Reply to comment by boxbox1234 in by boxbox1234
For /f/Censorship, please keep all contributions in English. For Korean language contributions, feel free to use the newly created /f/Hanguk forum.
boxbox1234 OP wrote (edited by a moderator )
Reply to comment by z3d in by boxbox1234
Can I talk in a language other than English on /f/Censorship board? I'm going to introduce this forum to people on my country's clearnet forum users. but there are a lot of people in my country who can't speak English.
z3d wrote
Reply to comment by boxbox1234 in by boxbox1234
We've create a new /f/Censorship forum that should address most of your needs.
boxbox1234 OP wrote
Reply to comment by z3d in by boxbox1234
Information about censorship in South Korea and discussions about privacy technologies (VPN, Tor, I2P, etc.) are the main topics.
z3d wrote
Reply to by boxbox1234
Can you give us a bit of info about what sort of content you'd like to see on a Korea forum, and the general scope? It'll help describe the forum in the sidebar if we decide to add it. Thanks.
not_bob wrote
Reply to comment by Meow in What search engine(s) are you using? by chmod755
That is a serious problem.
Meow wrote
Reply to comment by not_bob in What search engine(s) are you using? by chmod755
Honestly I am not satisfied with any of them. If I search "meow", most of results won't be cat-related at all.
not_bob wrote
Reply to What search engine(s) are you using? by chmod755
http://notbob.i2p/cgi-bin/blog.cgi?page=576
I did a post on various I2P search engines a while back. Check it out.
jsk wrote
Reply to What search engine(s) are you using? by chmod755
For the clearnet, brave search. For tor, torch. For i2p, legwork.
z3d wrote (edited )
Reply to What search engine(s) are you using? by chmod755
Some search engines on the I2P network:
Clearnet Search
I2P Search
Tor Search
For a broader selection: http://notbob.i2p/cgi-bin/defcon.cgi?category=search
Meow wrote (edited by a moderator )
Reply to comment by chmod755 in What search engine(s) are you using? by chmod755
Shinobi I presume, but I actually prefer searching directly on the specific website if the feature is available.
chmod755 OP wrote
Reply to comment by Meow in What search engine(s) are you using? by chmod755
Both
Meow wrote
Reply to What search engine(s) are you using? by chmod755
For I2P or clearnet?
Saint_Cuthbert wrote (edited )
When my grandfather "died" after a heart attack, he ended up seeing a door with light coming from under it, and he saw himself floating above himself. He was resuscitated and went on to live for two more decades.
My personal belief is that we will all stand in Judgement before our Creator and have to give an account for every action (whether right or wrong) that we have committed. We will receive an eternal reward or an eternal punishment; those who did only good in their lives will go to Heaven, and those who have done any wrong will burn in Hell for eternity.
colonthree wrote
I imagine that it will feel just like the it did the 13.7 billion years before I was born, no feeling at all, just nothing.
not_bob wrote (edited )
I expect nothing, and I'm pretty sure that's what I'm going to get. I won't know the difference. I expect I will go from existing to not.
righttoprivacy wrote (edited )
Is there an afterlife? That is a matter of faith.
Another thought outside religion: Based on what we can observe, I've been comforted in loss by the realization we never are truly gone.
Our physical form, continues to change (always has). Death always becomes (or "feeds into") new life. But we are never really "gone".
We can even observe this, the way meat content changes composition, based on an animal's diet (grass finished vs corn fed, omega6 vs omega3 fatty acids).
The circle of life, a continuum of cycles, within cycles. All of us. Everything being connected in that way.
Our life continues to shape / influence others - another way we still exist, our influence shaping new generations, behavior, genes.
And they pass this on, and so on.
Nothing, and no one, is really ever gone in that way. We continually change form.
Might not be what anyone is looking to hear. But it's one way to look at existence.
cumlord wrote
"tasteful decomposition" is my belief. get me naked, put me in a wheelbarrow, do your last goodbyes or whatever and dump me in the ocean. if the dolphins have their way with me after that's their business. i feel like the whole funeral business thing is fucking wasteful and pointlessly expensive, the grieving get taken advantage of. it's nice to go visit a grave and all afterwards, but if i get dumped in the ocean somewhere you can make a fun day of it.
expiccione wrote
Reply to Which filesystem do you prefer to use? by Wahaha
btrfs for os + ext4 for home, need snapshots and stable rock for data I think this is the best that works for me, i also frequent backups to other ext drives
cumlord wrote (edited )
Reply to comment by Oaloo in Methods for creating torrents to seed? by Oaloo
tuckit can be used to do this sort of thing http://git.simp.i2p/simp/TuckIt
it uses either mktorrent or torf to hash torrents. if you just need that functionality to automate things maybe seeing what's going on http://git.simp.i2p/simp/TuckIt/src/branch/main/modules/torrent_functions.py could help.
you could check a directory every so often and give one of these things the location of any new files, then have it symlink the data files to the torrent client directory then move the .torrent file in. http://git.simp.i2p/simp/i2music/src/branch/main/updateplaylists.py is doing other things, but this is what it does starting line 678