Skip to content

Instantly share code, notes, and snippets.

View ethernetium's full-sized avatar

Nissi NassimE ethernetium

View GitHub Profile
<div id="canvas"></div>
<style>
#canvas {
width: 500px;
height: 300px;
border: 5px solid black;
position: relative;
box-sizing: content-box;
}
@ACK-J
ACK-J / ThreatMetrixEndpoints.txt
Last active September 22, 2025 09:05
All endpoints currently known which are used to run ThreatMetrix's invasive data collection scripts
*.caesarscasino.com
*.credit24.com
*.credit24.com.au
*.creditea.com
*.fashionette.de
*.hapipozyczki.pl
*.ideafinancial.com
*.mohegansuncasino.com
*.online-metrix.net
*.qa.threatmetrix.com
@rssnyder
rssnyder / oracle-cloud-free-tier-guide.md
Last active October 12, 2025 19:52
oracle-cloud-free-tier-guide

how to leverage oracle's temping offers

free tier limits

The limits of the free tier say that you can create up to 4 instances.

  • x2 x86 instances (2core/1g)
  • x2 ampere instances (with 4core/24g spread between them)
  • 200GB total boot volume space across all intances (minimum of 50G per instance)

create your account

@abcdw
abcdw / nix vs guix.org
Last active March 27, 2025 11:59
nix vs guix.org

Nix vs Guix

These are notes to the stream: https://youtu.be/S9V-pcTrdL8

Some notes

  • We are not aware of a lot of GNU software available to us.
  • Seems that Guix more hacker-friendly/explorable.

General comparsion

DescriptionNixGuixComment
@ShepherdSoasis
ShepherdSoasis / "The... Community?" References.md
Last active April 27, 2022 06:03
References and sources for JeanHeyd Meneide's "The... Community?" Talk - https://www.youtube.com/watch?v=vaLKm9FE8oo

NOTE: Does not include direct links to Twitter, mailing list e-mails, and similar; this is to make brigading and raiding more difficult. This is about systemic issues and systemic change, not engaging in targeted harassment!

@graninas
graninas / What_killed_Haskell_could_kill_Rust.md
Last active September 3, 2025 08:23
What killed Haskell, could kill Rust, too

At the beginning of 2030, I found this essay in my archives. From what I know today, I think it was very insightful at the moment of writing. And I feel it should be published because it can teach us, Rust developers, how to prevent that sad story from happening again.


What killed Haskell, could kill Rust, too

What killed Haskell, could kill Rust, too. Why would I even mention Haskell in this context? Well, Haskell and Rust are deeply related. Not because Rust is Haskell without HKTs. (Some of you know what that means, and the rest of you will wonder for a very long time). Much of the style of Rust is similar in many ways to the style of Haskell. In some sense Rust is a reincarnation of Haskell, with a little bit of C-ish like syntax, a very small amount.

Is Haskell dead?

@ingramchen
ingramchen / 00-ubuntu-intellij-macosx.md
Last active April 19, 2024 15:42
Use ubuntu/Intellij like macOS X

How to mimic full macOS Intellij behavior in Ubuntu

  • Enviroment
    • Ubuntu 20.04
    • Intellij IDEA 2020

Ubuntu gnome shell shortcuts

@cellularmitosis
cellularmitosis / README.md
Last active November 20, 2021 20:16
Ethernet-to-Wifi bridge (access point) on a Raspberry Pi 1B

Blog 2020/2/1

<- previous | index | next ->

Ethernet-to-Wifi bridge (access point) on a Raspberry Pi 1B

This is a tutorial on how to use a Raspberry Pi to make an existing ethernet network visible to wifi clients.

@joejag
joejag / profile.ps1
Last active October 24, 2022 03:46
Powershell profile
# Install-Module posh-git -Scope CurrentUser -AllowPrerelease -Force
# Install-Module git-aliases -Scope CurrentUser -AllowClobber
# Install-Module PSReadLine -Scope CurrentUser -AllowPrerelease -Force
# Install-Module nvm -Scope CurrentUser
# Copy of the robby russell theme
function Prompt {
if ($?) {
Write-Host '➜' -NoNewline -ForegroundColor Green
}
@mhixv
mhixv / Install_Gist.md
Created August 21, 2019 01:21 — forked from JT501/Install_Git.md
Install Latest Git for CentOS 7

Install Latest Git for CentOS 7

You can use WANDisco's CentOS repository to install Git 2.x: for CentOS 7

Install WANDisco repo package:

yum install http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm

Install the latest version of Git 2.x: