Skip to main content

Topics

This section allows you to view all Topics made by this member. Note that you can only see Topics made in areas you currently have access to.

Topics - Admin

1
News / January 4th 2022 - Sorry & Goodbye
If you’re reading this, than its already too late. Life is a game that I can’t seem to win lately and I'm tired of losing. I know I'm not the first to feel this way. It's time for a new strategy. I just need to get away from this world forever. Clearly I’m not compatible. I'm sorry to my friends and family that will have to find me like this, but it's the only way forward. I’ve been at a low point in my life the past two months and don’t foresee it getting any better. In fact it seems to be spiraling out of control even more.

Also, don’t you dare blame this on guns. Someone determined to take their own life would find a way to do it one way or another.

Rest assured this is all taking place in my personal life and has nothing to do with WebOasis. I don’t keep IP logs and your data for the forum and chat will remain safe and encrypted until the server inevitably expires months from now at which point it will be wiped/destroyed. To quell any potential rumors, I want to repeat this is a personal matter and has nothing to do with the site or copyright mafia.

Thank you to the loyal users that made WebOasis great. I want to especially thank those that assisted me with posting content/links and making graphics for me. It helped immensely.

I’m a man of my word and will post the source code publicly. Maybe someone can continue my work. I’ll post everything except the forum and chat databases.

To the individual(s) in real life that are trying to ruin me, congratulations, you’ve won! You almost certainly won’t ever see this, but if you do…Now I no longer have to worry about you and you no longer have to worry about me. You’re welcome.

Goodbye <3 Webby

DOWNLOAD SOURCE:
https://mega.nz/file/oMliRaxC#Fb-7HAm4mn9HtdTCkMFZlalsIRfZTWFohn9bkqIV2dI
https://bayfiles.com/B72fi559x5/weboasis_zip
https://www.solidfiles.com/v/4YLKyzDxWLW4G
https://x0.at/u6lC.zip
                  
2
News / September 27th 2020 - Master Link Spreadsheet Idea
September 27th 2020 - Master Link Spreadsheet Idea

DOWNLOAD Spreadsheet: https://weboas.is/media/links.xlsx

DOWNLOAD WebOasis Links Script: https://weboas.is/forum/index.php?topic=3500.0


I would like to achieve the goal of properly organizing & categorizing every single link on WebOasis into an offline spreadsheet.

In order to reach this goal, I'll probably need some help from the community.

If you can help me improve the spreadsheet and update it with the latest links please let me know below.

The spreadsheet is still missing hundreds of links and I'm sure the spreadsheet & links can be better organized / categorized.

Hopefully we got some people who love spreadsheets and don't mind a bit of busy work.

We don't plan on going anywhere anytime soon, but the idea is this spreadsheet will help make us immortal. Even if we go offline or are down, you'll still have all the knowledge at the tip of your fingertips because you saved the offline spreadsheet.

If you have thoughts or suggestions let me know below.
                  
3
News / April 7th, 2021 - Chat Has Gone Private
Our chat has been set to private due to spammers.

If you would like the ability to signup for chat, please post below.

https://chatte.rs


You MUST follow all the chat rules or your account will be removed. The rules are very lenient.

Quote
Quote
No Spamming
No Advertising
No Terrorism
No Violent Threats
No Hacking
No DDOS
No Doxxing
No Loli
No Underage Porn
No Child Abuse
No Animal Abuse
                  
6
News / March 21st, 2021 - Torrent Magnet Search
March 21st, 2021 - Torrent Magnet Search

https://weboas.is/magnet/

Future Plans
-Add dark mode
-Make it more mobile friendly
-Bigger & more updated database of torrent magnets
-Tool to automate DHT crawling and database updates

Features
-It is 100% static.
-Only needs a web server to be up and running!
-It doesn't use a traditional backend database like MySQL.
-It doesn't do any computation on the server at all, its all done locally in the users browser.
-The server only serves the user html, css, js, and image files.
-The massive list of magnets is stored in database.zip and is served via a CDN since its ~35mb.
-The script downloads the zip file, unzips on the fly in your browser, and uses that as the database to search.
-Keeps all data temporarily in browser memory using https://github.com/sql-js/sql.js
-First page load can take 10-15 seconds, but every search and operation after that should be instant.

Tools
https://sqlitebrowser.org - For updating the database.

Database To Start From
https://codeberg.org/heretic/torrents-csv-data/raw/branch/main/torrents.csv
                  
9
News / May 21st 2020 - Homepage Updated
WebOasis Homepage Has Been Updated!
To see changes instantly, clear your browser's cache and click the "Reset All To Default" button in the left popout menu on WebOasis.

Notable Changes:
Fixed search engine selection on Chrome based browsers.
Restyled search engine drop down menu.
Information center in the upper right hand corner has some minor improvements.
The computer, browser, and resolution info now links to https://amiunique.org/fp & the IP shown after you click "Show IP" now takes you to https://IPLeak.net
                  
11
Programming Discussion / Typing is Hard
Typing is Hard

https://typing-is-hard.ch

Quote
Quote
Type checking is the process of taking a given program in some programming language and working out whether all variables and expressions have the correct types, i.e. strings are assigned to strings, arithmetic expressions involve only numbers, etc. Some languages also offer type inference, tasking the compiler with the task of figuring out correct types on its own. Depending on a language’s features the type checking and type inference problems range from trivial to undecidable.
                  
13
Programming Discussion / Speed Up Python 5% to 27%
Speed Up Python 5% to 27%

https://fedoraproject.org/wiki/Changes/PythonNoSemanticInterpositionSpeedup

https://web.archive.org/web/20210612222230/https://fedoraproject.org/wiki/Changes/PythonNoSemanticInterpositionSpeedup

https://archive.st/archive/2021/6/fedoraproject.org/6xg7/fedoraproject.org/wiki/Changes/PythonNoSemanticInterpositionSpeedup.html

https://archive.is/iLaoR


https://bugs.python.org/issue38980

https://archive.is/WoiPd

https://web.archive.org/web/20210403192921/https://bugs.python.org/issue38980


https://www.facebook.com/dan.colascione/posts/10107358290728348


https://news.ycombinator.com/item?id=27487028

https://archive.is/N20JF
                  
14
Programming Discussion / Automated Dependancy and Code Scanning Tools
Snyk
https://snyk.io/

Open source, free - paid
Integrates into IDEs, GitLab, GitHub, BitBucket, CI/CD and more.

Supported languages:
  • JavaScript
  • jQuery
  • Java Maven
  • Java Gradle
  • Python
  • Ruby
  • Go
  • PHP
  • .NET
  • Elixir
  • Scala
  • Swift and Objective-C


GuardRails
https://guardrails.io/

Closed source, free - paid

Supported languages:
  • Apex
  • C
  • C++
  • [Paid] .NET
  • Elixir
  • Golang
  • [Paid] Java
  • JavaScript
  • Mobile
  • PHP
  • Python
  • Ruby
  • Rust
  • Solidity
  • TypeScript


WhiteSource Renovate
https://www.whitesourcesoftware.com/free-developer-tools/renovate

Open source
Officially integrates into GitHub only.

Supported languages:
  • NodeJS
  • JavaScript
  • C#
  • Java
  • C++
  • .NET
  • Ruby
  • Python


DependaBot
https://dependabot.com/

Closed source, owned by Github
Only updates dependencies.

Supported languages:
  • Ruby
  • JavaScript
  • Python
  • PHP
  • Elixir
  • Rust
  • Java Maven (Beta)
  • Java Gradle (Beta)
  • .NET (Beta)
  • Go (Beta)
  • Elm

                  
15
Programming Discussion / Kivy
Kivy - Open source Python library for rapid development of applications
that make use of innovative user interfaces, such as multi-touch apps.


https://kivy.org

Kivy runs on Linux, Windows, OS X, Android, iOS, and Raspberry Pi. You can run the same code on all supported platforms.

It can natively use most inputs, protocols and devices including WM_Touch, WM_Pen, Mac OS X Trackpad and Magic Mouse, Mtdev, Linux Kernel HID, TUIO. A multi-touch mouse simulator is included.

Kivy is 100% free to use, under an MIT license (starting from 1.7.2) and LGPL 3 for the previous versions. The toolkit is professionally developed, backed and used. You can use it in a commercial product.

The framework is stable and has a well documented API, plus a programming guide to help you get started.

The graphics engine is built over OpenGL ES 2, using a modern and fast graphics pipeline.

The toolkit comes with more than 20 widgets, all highly extensible. Many parts are written in C using Cython, and tested with regression tests.