1418 lines
76 KiB
Nix
1418 lines
76 KiB
Nix
{ config, pkgs, lib, ... }:
|
||
{
|
||
|
||
programs.firefox = {
|
||
enable = true;
|
||
|
||
policies = {
|
||
DisablePocket = true;
|
||
DisplayBookmarksToolbar = true;
|
||
DisableFirefoxStudies = true;
|
||
DisableTelemetry = true;
|
||
PasswordManagerEnabled = false;
|
||
FirefoxHome = {
|
||
Search = true;
|
||
Pocket = false;
|
||
Snippets = false;
|
||
TopSites = false;
|
||
Highlights = false;
|
||
SponsoredPocket = false;
|
||
SponsoredTopSites = false;
|
||
};
|
||
EnableTrackingProtection = {
|
||
Value = true;
|
||
Locked = true;
|
||
Cryptomining = true;
|
||
Fingerprinting = true;
|
||
};
|
||
|
||
ExtensionSettings = {
|
||
"jid1-MnnxcxisBPnSXQ@jetpack" = {
|
||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/privacy-badger17/latest.xpi";
|
||
installation_mode = "force_installed";
|
||
};
|
||
"firefox@ghostery.com" = {
|
||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ghostery/latest.xpi";
|
||
installation_mode = "force_installed";
|
||
};
|
||
"uBlock0@raymondhill.net" = {
|
||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
|
||
installation_mode = "force_installed";
|
||
};
|
||
"{446900e4-71c2-419f-a6a7-df9c091e268b}" = {
|
||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi";
|
||
installation_mode = "force_installed";
|
||
};
|
||
/**
|
||
https://github.com/kkapsner/CanvasBlocker/
|
||
https://docs.clearurls.xyz
|
||
https://decentraleyes.org
|
||
https://disconnect.me/
|
||
https://github.com/Rob--W/dont-track-me-google
|
||
https://www.mrfdev.com/enhancer-for-youtube
|
||
https://github.com/deathau/markdown-clipper
|
||
https://opendyslexic.org
|
||
https://privacybadger.org/
|
||
https://github.com/cowlicks/privacypossum
|
||
https://github.com/gorhill/uBlock#ublock-origin
|
||
*/
|
||
};
|
||
};
|
||
|
||
profiles = {
|
||
Personal = {
|
||
id = 0;
|
||
|
||
search = {
|
||
force = true;
|
||
engines = {
|
||
"Nix Packages" = {
|
||
urls = [
|
||
{
|
||
template = "https://search.nixos.org/packages";
|
||
params = [
|
||
{
|
||
name = "query";
|
||
value = "{searchTerms}";
|
||
}
|
||
];
|
||
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||
definedAliases = [ "@np" ];
|
||
}
|
||
];
|
||
};
|
||
"Nix Options" = {
|
||
urls = [
|
||
{
|
||
template = "https://search.nixos.org/options";
|
||
params = [
|
||
{
|
||
name = "query";
|
||
value = "{searchTerms}";
|
||
}
|
||
];
|
||
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||
definedAliases = [ "@no" ];
|
||
}
|
||
];
|
||
};
|
||
};
|
||
};
|
||
|
||
bookmarks = [
|
||
{
|
||
name = "Toolbar";
|
||
toolbar = true;
|
||
bookmarks = [
|
||
{
|
||
name = "Own";
|
||
bookmarks = [
|
||
{
|
||
name = "WieErWill";
|
||
url = "https://wieerwill.dev";
|
||
}
|
||
{
|
||
name = "ValwiArt";
|
||
url = "https://valwi.art/";
|
||
}
|
||
{
|
||
name = "BundesMemesterium";
|
||
#"iconUri": "https://bundesmemesterium.de/_nuxt/icons/icon_512x512.63244c.png";
|
||
url = "https://bundesmemesterium.de/";
|
||
}
|
||
{
|
||
name = "Focalboard";
|
||
url = "https://board.wieerwill.dev";
|
||
}
|
||
{
|
||
name = "Lychee Images";
|
||
url = "https://img.wieerwill.dev";
|
||
}
|
||
{
|
||
name = "MixPost";
|
||
url = "https://post.wieerwill.dev/mixpost";
|
||
}
|
||
{
|
||
name = "Portainer";
|
||
url = "https://port.wieerwill.dev/";
|
||
}
|
||
{
|
||
name = "Umami";
|
||
url = "https://umami.wieerwill.dev/dashboard";
|
||
}
|
||
{
|
||
name = "Gitea";
|
||
url = "https://git.wieerwill.dev/explore/repos";
|
||
}
|
||
{
|
||
name = "Drone";
|
||
url = "https://drone.wieerwill.dev";
|
||
}
|
||
{
|
||
name = "Strato";
|
||
url = "https://www.strato.de";
|
||
}
|
||
{
|
||
name = "Cloudflare";
|
||
url = "https://dash.cloudflare.com";
|
||
}
|
||
|
||
];
|
||
}
|
||
{
|
||
name = "Hobby";
|
||
bookmarks = [
|
||
{
|
||
name = "CCC Kalender";
|
||
url = "https://events.ccc.de/calendar/";
|
||
}
|
||
{
|
||
name = "Hackerkiste";
|
||
url = "https://hackerkiste.de/calls/";
|
||
}
|
||
];
|
||
}
|
||
{
|
||
name = "Development";
|
||
bookmarks = [
|
||
{
|
||
name = "Web";
|
||
bookmarks = [
|
||
{
|
||
name = "TypeScript docs";
|
||
url = "https://www.typescriptlang.org/docs/";
|
||
}
|
||
{
|
||
name = "betula: A link collection software";
|
||
#"iconUri": "https://sr.ht/static/logo.svg";
|
||
url = "https://sr.ht/~bouncepaw/betula/";
|
||
}
|
||
{
|
||
name = "Welcome - 100 Exercises To Learn Rust";
|
||
#"iconUri": "https://rust-exercises.com/favicon.svg";
|
||
url = "https://rust-exercises.com/";
|
||
}
|
||
{
|
||
name = "Rudelblinken - HedgeDoc";
|
||
#"iconUri": "https://md.darmstadt.ccc.de/icons/favicon-32x32.png";
|
||
url = "https://md.darmstadt.ccc.de/s/rudelblinken-38c3#";
|
||
}
|
||
{
|
||
name = "Installieren der erforderlichen Bibliotheken — SunFounder Zeus Robot Car Kit for Arduino Dokumentation";
|
||
url = "https://docs.sunfounder.com/projects/zeus-car/de/latest/get_started/add_libraries.html";
|
||
}
|
||
{
|
||
name = "DevDocs";
|
||
url = "https://devdocs.io/";
|
||
}
|
||
{
|
||
name = "Tasten";
|
||
url = "https://support.mozilla.org/de/kb/Tastaturkuerzel?redirectslug=Keyboard+shortcuts&redirectlocale=en-US";
|
||
}
|
||
{
|
||
name = "Electronic library";
|
||
#"iconUri": "https://b-ok.cc/favicon-16x16.svg?v=2";
|
||
url = "https://b-ok.cc/";
|
||
}
|
||
{
|
||
name = "Farbpaletten-Generator";
|
||
#"iconUri": "https://color.adobe.com/apple-touch-icon.png";
|
||
url = "https://color.adobe.com/de/create";
|
||
}
|
||
{
|
||
name = "Unsplash";
|
||
#"iconUri": "https://unsplash.com/favicon-32x32.png";
|
||
url = "https://unsplash.com/";
|
||
}
|
||
{
|
||
name = "Awesome CV - Overleaf";
|
||
#"iconUri": "https://www.overleaf.com/touch-icon-192x192.png";
|
||
url = "https://www.overleaf.com/project/5c4851148df5392fc0768588";
|
||
}
|
||
{
|
||
name = "Photopea | Online Photo Editor";
|
||
#"iconUri": "https://www.photopea.com/promo/icon512.png";
|
||
url = "https://www.photopea.com/";
|
||
}
|
||
{
|
||
name = "Horizon EDA";
|
||
url = "https://horizon-eda.readthedocs.io/en/latest/index.html";
|
||
}
|
||
{
|
||
name = "Privacy Tools: Fight Mass Surveillance";
|
||
#"iconUri": "https://www.privacytools.io/img/favicons/apple-touch-icon.png";
|
||
url = "https://www.privacytools.io/";
|
||
}
|
||
{
|
||
name = "DeepL Translate";
|
||
url = "https://www.deepl.com/translator#en/de/";
|
||
}
|
||
];
|
||
}
|
||
{
|
||
name = "Nix";
|
||
bookmarks = [
|
||
{
|
||
name = "Nix(OS) manual";
|
||
url = "https://nixos.org/manual/nixos/stable/";
|
||
}
|
||
{
|
||
name = "Home manager";
|
||
url = "https://nix-community.github.io/home-manager/options.xhtml";
|
||
}
|
||
{
|
||
name = "Noogle";
|
||
url = "https://noogle.dev/";
|
||
}
|
||
{
|
||
name = "Nixpkgs";
|
||
url = "https://github.com/nixos/nixpkgs";
|
||
}
|
||
];
|
||
}
|
||
{
|
||
name = "GitHub";
|
||
url = "https://github.com/wieerwill";
|
||
}
|
||
];
|
||
}
|
||
{
|
||
name = "Architektur";
|
||
bookmarks = [
|
||
{
|
||
name = "Check-In Generator - Fragen für bessere Meetings & Workshops";
|
||
#"iconUri": "https://www.checkin-generator.de/favicon-32x32.png";
|
||
url = "https://www.checkin-generator.de/";
|
||
}
|
||
{
|
||
name = "Architektur-Spicker - embarc";
|
||
#"iconUri": "https://www.embarc.de/img/favicons/favicon-32x32.png";
|
||
url = "https://www.embarc.de/architektur-spicker/";
|
||
}
|
||
{
|
||
name = "Liberating Structures – Innovation durch echte Zusammenarbeit";
|
||
#"iconUri": "https://liberatingstructures.de/wp-content/uploads/2016/10/cropped-ls-1-192x192.png";
|
||
url = "https://liberatingstructures.de/";
|
||
}
|
||
{
|
||
name = "4MAT Online - Home";
|
||
#"iconUri": "https://lwfiles.mycourse.app/656ecc83592169df5486ddaf-public/d08cdd8c29a2895fcdfef99962025e58.png";
|
||
url = "https://4mat.org/";
|
||
}
|
||
{
|
||
name = "Art of Hosting | Die Kunst des Gastgebens und Erntens guter Gespräche";
|
||
#"iconUri": "https://artofhosting.org/wp-content/uploads/2019/10/cropped-p1dnujnp8v866tob9kn1eq21q375-192x192.png";
|
||
url = "https://artofhosting.org/de/";
|
||
}
|
||
{
|
||
name = "Rollen-Canvas";
|
||
#"iconUri": "https://www.projektmagazin.de/themes/custom/wunder/favicon-32x32.png";
|
||
url = "https://www.projektmagazin.de/methoden/rollen-canvas";
|
||
}
|
||
{
|
||
name = "(32) Team Topologies in Theorie & Praxis - YouTube";
|
||
#"iconUri": "https://www.youtube.com/s/desktop/be7304fd/img/logos/favicon_144x144.png";
|
||
url = "https://www.youtube.com/watch?v=EXrFeHsc-II&t=445s";
|
||
}
|
||
{
|
||
name = "Integers - 100 Exercises To Learn Rust";
|
||
#"iconUri": "https://rust-exercises.com/100-exercises/favicon.svg";
|
||
url = "https://rust-exercises.com/100-exercises/02_basic_calculator/01_integers";
|
||
}
|
||
{
|
||
name = "The Software Architecture Handbook";
|
||
url = "https://www.freecodecamp.org/news/an-introduction-to-software-architecture-patterns/";
|
||
}
|
||
{
|
||
name = "Software architects: 12 hard and soft skills needed to become a leader ";
|
||
url = "https://www.redhat.com/en/blog/what-is-software-architect";
|
||
}
|
||
];
|
||
}
|
||
{
|
||
name = "Radio";
|
||
bookmarks = [
|
||
{
|
||
name = "Meshtastic";
|
||
url = "https://client.meshtastic.org/";
|
||
}
|
||
{
|
||
name = "Meshmap";
|
||
url = "https://meshmap.net";
|
||
}
|
||
];
|
||
}
|
||
{
|
||
name = "Series";
|
||
bookmarks = [
|
||
{
|
||
name = "Burning Series: Serien online sehen";
|
||
url = "https://bs.to/";
|
||
}
|
||
{
|
||
name = "Shangri-La Frontier";
|
||
url = "https://bs.to/serie/Shangri-La-Frontier-Crappy-Game-Hunter-Challenges-God-Tier-G/";
|
||
}
|
||
{
|
||
name = "Solo Leveling";
|
||
url = "https://bs.to/serie/Ore-dake-Level-Up-na-Ken-Solo-Leveling/";
|
||
}
|
||
{
|
||
name = "One Piece | OP";
|
||
url = "https://bs.to/serie/One-Piece-OP";
|
||
}
|
||
]
|
||
}
|
||
{
|
||
name = "Entertainment";
|
||
bookmarks = [
|
||
{
|
||
name = "Arte DE";
|
||
url = "https://www.youtube.com/@artede/videos";
|
||
}
|
||
{
|
||
name = "Heilung | LIFA - Krigsgaldr";
|
||
url = "https://www.youtube.com/watch?v=QRg_8NNPTD8&list=RDEMySn049V6ngoctlRn6Z2VyA&index=4";
|
||
}
|
||
{
|
||
name = "The Batman ft. KxllSwxtch & Nirvana";
|
||
url = "https://www.youtube.com/watch?v=4CnqZeUNioA";
|
||
}
|
||
{
|
||
name = "WITCHZ - THE MASTER";
|
||
url = "https://www.youtube.com/watch?v=nDc-vOouf68&list=PLKOddXt3Y4w4fOahtNMM0AGtHDkqEOBfb&index=4";
|
||
}
|
||
{
|
||
name = "Swiss & Die Andern - Schwarz Rot Braun";
|
||
url = "https://www.youtube.com/watch?v=T4efeaW6kSo";
|
||
}
|
||
{
|
||
name = "SAHARA PHONK | HENSONN";
|
||
url = "https://www.youtube.com/watch?v=YESR7wQuO6E";
|
||
}
|
||
{
|
||
name = "Jugendwort des Jahres";
|
||
url = "https://www.youtube.com/watch?v=3RS_zzG91Ds";
|
||
}
|
||
{
|
||
name = "Youjo Senki「Los! Los! Los!」";
|
||
url = "https://www.youtube.com/watch?v=hOYzB3Qa9DE";
|
||
}
|
||
|
||
{
|
||
name = "Reading Music to Concentrate";
|
||
#"iconUri": "https://www.youtube.com/s/desktop/9cc6dbeb/img/favicon_144x144.png";
|
||
url = "https://www.youtube.com/watch?v=BklGhQYKl30";
|
||
}
|
||
{
|
||
name = "Nina Chuba - Wildberry Lillet Remix feat. Juju";
|
||
#"iconUri": "https://www.youtube.com/s/desktop/9cc6dbeb/img/favicon_144x144.png";
|
||
url = "https://www.youtube.com/watch?v=qVSALcVpwkc";
|
||
}
|
||
{
|
||
name = "Nightcore - I WANNA BE YOUR SLAVE → Måneskin";
|
||
#"iconUri": "https://www.youtube.com/s/desktop/c01ea7e3/img/logos/favicon_144x144.png";
|
||
url = "https://www.youtube.com/watch?v=v2LsqDjhNbA";
|
||
}
|
||
{
|
||
name = "https://www.youtube.com/watch?v=kSRNrVjISRQ";
|
||
#"iconUri": "https://www.youtube.com/s/desktop/c01ea7e3/img/logos/favicon_144x144.png";
|
||
url = "https://www.youtube.com/watch?v=kSRNrVjISRQ";
|
||
}
|
||
{
|
||
name = "In Extremo - Frei zu sein (Official Video) - YouTube";
|
||
#"iconUri": "https://www.youtube.com/s/desktop/26a583e4/img/logos/favicon_144x144.png";
|
||
url = "https://www.youtube.com/watch?v=b01wTOPOZT4&list=RDEM4MWMpZxWdEqq6zr1RJ8QXA&index=4";
|
||
}
|
||
{
|
||
name = "FERRIS x SHOCKY x SWISS - BULLENWAGEN (Official Video) - YouTube";
|
||
#"iconUri": "https://www.youtube.com/s/desktop/3637873e/img/logos/favicon_144x144.png";
|
||
url = "https://www.youtube.com/watch?v=iMnhNo4SYQc&list=RDEMvdzqPZZ10ThAYyiC6PoWgw&index=26";
|
||
}
|
||
{
|
||
name = "Bre Petrunko - Koutev Bulgarian National Ensemble [] LYRICS - YouTube";
|
||
url = "https://www.youtube.com/watch?v=ByFLkUQZaNc";
|
||
}
|
||
{
|
||
name = "Overlord OST CD1 02 '「MMO RPG YGGDRASILL」 - YouTube";
|
||
url = "https://www.youtube.com/watch?v=F-vU8OhguvA&list=PLjUUDZUvksbRybfP_bdtBL06owwNRzN7v&index=3";
|
||
}
|
||
{
|
||
name = "Games | DIY Multideck";
|
||
#"iconUri": "https://diymultideck.mauri.app/favicon/black/favicon-32x32.png";
|
||
url = "https://diymultideck.mauri.app/games/";
|
||
}
|
||
{
|
||
name = "Rogue's Gallery: Pirate Ballads; Sea Songs; and Chanteys Lyrics and Tracklist | Genius";
|
||
url = "https://genius.com/albums/Various-artists/Rogue-s-gallery-pirate-ballads-sea-songs-and-chanteys";
|
||
}
|
||
{
|
||
name = "Shanties and Sailor Songs / Shantys und Seemannslieder";
|
||
url = "https://www.musicanet.org/robokopp/shanty.html";
|
||
}
|
||
{
|
||
name = "Seefahrtslieder | Liederkiste.com";
|
||
url = "https://www.liederkiste.com/index.php?c=seefahrtslieder&l=de";
|
||
}
|
||
{
|
||
name = "Pathfinder 2e";
|
||
url = "https://2e.aonprd.com/Default.aspx";
|
||
}
|
||
];
|
||
}
|
||
{
|
||
name = "Learning";
|
||
bookmarks = [
|
||
{
|
||
name = "Leadership & Management";
|
||
url = "https://www.oxfordhomestudy.com/courses/leadership-courses-online/leadership-v-management-free";
|
||
}
|
||
{
|
||
name = "Learn to Code — For Free — Coding Courses for Busy People";
|
||
#"iconUri": "https://www.freecodecamp.org/favicon-32x32.png?v=6cba562cbd10e31af925a976f3db73f7";
|
||
url = "https://www.freecodecamp.org/learn/";
|
||
}
|
||
{
|
||
name = "vhs Augsburger Land e.V. - Ihre 34 Volkshochschulen vor Ort – vhs Augsburger Land e.V.";
|
||
url = "https://www.vhs-augsburger-land.de/";
|
||
}
|
||
{
|
||
name = "Python Bootcamp: Vom Anfänger zum Profi; inkl. Data Science | Udemy";
|
||
url = "https://www.udemy.com/course/python-bootcamp/learn/lecture/8025354#overview";
|
||
}
|
||
{
|
||
name = "OverTheWire: Level Goal: Bandit Level 17 → Level 18";
|
||
#"iconUri": "https://overthewire.org/img/favicon.ico";
|
||
url = "https://overthewire.org/wargames/bandit/bandit18.html";
|
||
}
|
||
{
|
||
name = "Zenva";
|
||
url = "https://academy.zenva.com/";
|
||
}
|
||
{
|
||
name = "GameDev.tv";
|
||
#"iconUri": "fake-favicon-uri:https://www.gamedev.tv/courses/enrolled";
|
||
url = "https://www.gamedev.tv/courses/enrolled";
|
||
}
|
||
{
|
||
name = "Eduonix | Learn platform";
|
||
#"iconUri": "fake-favicon-uri:https://www.eduonix.com/dashboard";
|
||
url = "https://www.eduonix.com/dashboard";
|
||
}
|
||
{
|
||
name = "Datenschutz-Podcast des c't Magazins";
|
||
#"iconUri": "https://www.heise.de/ct/icons/apple-touch-icon-152.png";
|
||
url = "https://www.heise.de/ct/artikel/Auslegungssache-Der-Datenschutz-Podcast-des-c-t-Magazins-4571821.html";
|
||
}
|
||
{
|
||
name = "openHPI";
|
||
#"iconUri": "https://open.hpi.de/assets/favicon-13c25d6c81b1f50462cb05d7065b1ae8afe27d06b24cdc8114b0f99da300bd6d.ico";
|
||
url = "https://open.hpi.de/dashboard";
|
||
}
|
||
{
|
||
name = "freeCodeCamp";
|
||
#"iconUri": "https://www.freecodecamp.org/favicon-32x32.png?v=6cba562cbd10e31af925a976f3db73f7";
|
||
url = "https://www.freecodecamp.org/learn/";
|
||
}
|
||
{
|
||
name = "heise online";
|
||
#"iconUri": "https://www.heise.de/icons/ho/favicon/favicon.svg";
|
||
url = "https://www.heise.de/";
|
||
}
|
||
{
|
||
name = "Krautreporter – Verstehe die Zusammenhänge";
|
||
#"iconUri": "https://uploads-ssl.webflow.com/63298ddcb71d1183a3456b21/63298e71ceaf9105b826fccc_256x256.png";
|
||
url = "https://krautreporter.de/mitglied-werden";
|
||
}
|
||
{
|
||
name = "16Personalities";
|
||
#"iconUri": "https://static.neris-assets.com/images/favicons/favicon-194x194.png";
|
||
url = "https://www.16personalities.com/members-area/overview";
|
||
}
|
||
{
|
||
name = "EDUCBA";
|
||
#"iconUri": "fake-favicon-uri:https://www.educba.com/my-courses/bundle/";
|
||
url = "https://www.educba.com/my-courses/bundle/";
|
||
}
|
||
{
|
||
name = "OverTheWire: Wargames";
|
||
#"iconUri": "https://overthewire.org/img/favicon.ico";
|
||
url = "https://overthewire.org/wargames/";
|
||
}
|
||
{
|
||
name = "GameDev.tv";
|
||
#"iconUri": "fake-favicon-uri:https://www.gamedev.tv/courses/enrolled";
|
||
url = "https://www.gamedev.tv/courses/enrolled";
|
||
}
|
||
{
|
||
name = "Eduonix | Learn platform";
|
||
#"iconUri": "fake-favicon-uri:https://www.eduonix.com/dashboard";
|
||
url = "https://www.eduonix.com/dashboard";
|
||
}
|
||
{
|
||
name = "Zenva";
|
||
url = "https://academy.zenva.com/";
|
||
}
|
||
{
|
||
name = "PC-WELT";
|
||
#"iconUri": "fake-favicon-uri:https://magazin.pcwelt.de/#/kiosk/issues?backToIssue=12190531";
|
||
url = "https://magazin.pcwelt.de/#/kiosk/issues?backToIssue=12190531";
|
||
}
|
||
{
|
||
name = "Udemy";
|
||
#"iconUri": "https://www.udemy.com/staticx/udemy/images/v8/favicon-16x16.png";
|
||
url = "https://www.udemy.com/home/my-courses/learning/";
|
||
}
|
||
];
|
||
}
|
||
{
|
||
name = "Shopping";
|
||
bookmarks = [
|
||
{
|
||
name = "Kleinanzeigen";
|
||
url = "https://www.kleinanzeigen.de/";
|
||
}
|
||
{
|
||
name = "Amazon";
|
||
url = "https://www.amazon.de/";
|
||
}
|
||
{
|
||
name = "WISO Steuer";
|
||
url = "https://www.buhl.de/shop/wisosteuer/auswahl?2022=agv&wkz=STWEBMARKETINGSEITE&src=WEB";
|
||
}
|
||
{
|
||
name = "ImmoScout24";
|
||
url = "https://www.immobilienscout24.de/Suche";
|
||
}
|
||
{
|
||
name = "Hannes Roether Leinenhemd | LODENFREY";
|
||
#"iconUri": "https://www.lodenfrey.com/out/LF_2022/img/favicons/android-chrome-256x256.png";
|
||
url = "https://www.lodenfrey.com/Hannes-Roether-Leinenhemd-12.html";
|
||
}
|
||
{
|
||
name = "Zegna Leinenhemd | LODENFREY";
|
||
#"iconUri": "https://www.lodenfrey.com/out/LF_2022/img/favicons/android-chrome-256x256.png";
|
||
url = "https://www.lodenfrey.com/Zegna-Leinenhemd-1.html";
|
||
}
|
||
];
|
||
}
|
||
{
|
||
name = "Travel";
|
||
bookmarks = [
|
||
{
|
||
name = "Komoot";
|
||
#"iconUri": "https://www.komoot.de/icons/favicon.png";
|
||
url = "https://www.komoot.de/tour/999552923/edit";
|
||
}
|
||
{
|
||
name = "1NITE TENT - Ein Stück Jedermannsrecht; wie Couchsurfen für Zelte";
|
||
#"iconUri": "https://1nitetent.com/app/uploads/2018/06/cropped-logo-2-192x192.png";
|
||
url = "https://1nitetent.com/";
|
||
}
|
||
{/* */
|
||
name = "Top Zelt- und Stellplätze für dich | MyCabin";
|
||
url = "https://mycabin.eu/discover?showMap=&geocoderResult=%7B%22center%22%3A%5B11.208749710165733%2C47.950313681428625%5D%2C%22place_name%22%3A%22Kartenbereich+%28Bayern%2C+Deutschland%29%22%2C%22place_type%22%3A%22map%22%2C%22bbox%22%3A%5B10.466568738270297%2C47.46760844362757%2C11.95093068206117%2C48.43301891922968%5D%7D&travelTypeTent=true&travelTypeCamper=false&travelTypeShelter=false&travelTypeHut=false&arrivalDate=&departureDate=&iAmFlexible=false&adults=1&discounted=0&shouldBeDirectBookable=false&shouldHaveToilet=false&shouldHaveWater=false&shouldHaveShower=false&shouldHavePower=false&shouldHaveFireplace=false&shouldAllowDogs=false&supportsLongVehicles=false&showFilter=&ratingAttributes=&activities=&showOnlyScoutableCabins=false&priceRangeMin=&priceRangeMax=";
|
||
}
|
||
{
|
||
name = "https://www.bergwelten.com/s/map/region/hut/8527#10.11/47.6964/11.1362";
|
||
url = "https://www.bergwelten.com/s/map/region/hut/8527#10.11/47.6964/11.1362";
|
||
}
|
||
];
|
||
}
|
||
];
|
||
}
|
||
{
|
||
name = "Clubs";
|
||
bookmarks = [
|
||
{
|
||
name = "DAV Gersthofen";
|
||
url = "https://www.dav-gersthofen.de/programm";
|
||
}
|
||
{
|
||
name = "ADFC - Verkehrswende mit dem Fahrrad";
|
||
#"iconUri": "https://www.adfc.de/typo3conf/ext/adfc_website/Resources/Public/assets/img/fav-icon/android-icon-192x192.png";
|
||
url = "https://www.adfc.de/";
|
||
}
|
||
{
|
||
name = "Greenpeace Augsburg";
|
||
url = "https://greenwire.greenpeace.de/group/greenpeace-augsburg/about";
|
||
}
|
||
];
|
||
}
|
||
{
|
||
name = "toRead";
|
||
bookmarks = [
|
||
{
|
||
name = "TechnoRanma — The boobs you made for your cosplay. What material...";
|
||
#"iconUri": "https://64.media.tumblr.com/avatar_7d1a84a40a72_128.pnj";
|
||
url = "https://technoranma.tumblr.com/post/111435123211/the-boobs-you-made-for-your-cosplay-what-material";
|
||
};
|
||
{
|
||
name = "Getting Started | Valetudo";
|
||
url = "https://valetudo.cloud/pages/general/getting-started.html";
|
||
};
|
||
{
|
||
name = "PixelX";
|
||
#"iconUri": "https://w15.pixelx.cloud:8443/favicon.ico?1507716430";
|
||
url = "https://w15.pixelx.cloud:8443/smb/";
|
||
};
|
||
{
|
||
name = "ChatGPT";
|
||
#"iconUri": "https://cdn.oaistatic.com/_next/static/media/apple-touch-icon.59f2e898.png";
|
||
url = "http://chat.openai.com/";
|
||
};
|
||
{
|
||
name = "PlayPhrase.me";
|
||
url = "https://www.playphrase.me/#/search";
|
||
}
|
||
{
|
||
name = "ME_Level.zip - Google Drive";
|
||
#"iconUri": "https://ssl.gstatic.com/images/branding/product/1x/drive_2020q4_32dp.png";
|
||
url = "https://drive.google.com/file/d/0B48AER7xMpf7WUNWUzlRMjZqV28/view";
|
||
}
|
||
{
|
||
name = "Swiss Propaganda Research – Das Medienforschungsprojekt";
|
||
#"iconUri": "https://i0.wp.com/swprs.org/wp-content/uploads/2020/08/cropped-swiss-policy-research-logo.png?fit=192%2C192&ssl=1";
|
||
url = "https://swprs.org/";
|
||
}
|
||
{
|
||
name = "BioHack Academy · GitHub";
|
||
#"iconUri": "https://github.com/fluidicon.png";
|
||
url = "https://github.com/BioHackAcademy";
|
||
}
|
||
{
|
||
name = "MarketPlace Bundle";
|
||
#"iconUri": "fake-favicon-uri:https://saas.templatebundle.net/dashboard";
|
||
url = "https://saas.templatebundle.net/dashboard";
|
||
}
|
||
{
|
||
name = "hak5 pentest";
|
||
#"iconUri": "fake-favicon-uri:https://shop.hak5.org/";
|
||
url = "https://shop.hak5.org/";
|
||
}
|
||
{
|
||
name = "Psytrance Guide";
|
||
url = "http://psytranceguide.com/";
|
||
}
|
||
{
|
||
name = "Viddyoze";
|
||
#"iconUri": "https://app.viddyoze.com/assets/images/favicon/android-icon-192x192.png";
|
||
url = "https://app.viddyoze.com/templates";
|
||
}
|
||
{
|
||
name = "Websec faq";
|
||
#"iconUri": "https://websec.fr/static/img/favicon.png";
|
||
url = "https://websec.fr/faq";
|
||
}
|
||
{
|
||
name = "BigBundle-Videos";
|
||
#"iconUri": "https://cdn01.boxcdn.net/_assets/img/favicons/android-chrome-192x192-96i97M.png";
|
||
url = "https://grafup.app.box.com/s/nxz6ls7sc84cu0jwseh44q94zxvjoh2u/folder/49079496225";
|
||
}
|
||
{
|
||
name = "Webmaster-Deals VIP";
|
||
#"iconUri": "https://s3-eu-west-1.amazonaws.com/landingi-editor-uploads/2HsS2Ibf/favicon.png";
|
||
url = "https://vip.webmaster-deals.com/thanks-90theryt?thrivecart%5Baccount_id%5D=8777&thrivecart%5Baccount_name%5D=bundle&thrivecart%5Bcustomer%5D%5Bemail%5D=robert.jeutter%40web.de&thrivecart%5Bcustomer%5D%5Bfirstname%5D=Robert&thrivecart%5Bcustomer%5D%5Blastname%5D=Jeutter&thrivecart%5Bcustomer%5D%5Baddress%5D%5Bline1%5D=Bergrat-Voigt-Stra%26szlig%3Be+21&thrivecart%5Bcustomer%5D%5Baddress%5D%5Bcity%5D=Ilmenau&thrivecart%5Bcustomer%5D%5Baddress%5D%5Bzip%5D=98693&thrivecart%5Bcustomer%5D%5Baddress%5D%5Bcountry%5D=DE&thrivecart%5Border%5D%5B0%5D%5Bt%5D=product&thrivecart%5Border%5D%5B0%5D%5Bid%5D=4&thrivecart%5Border%5D%5B0%5D%5Bn%5D=Webmaster-Deals+VIP&thrivecart%5Border%5D%5B0%5D%5Bp%5D=0&thrivecart%5Border%5D%5B0%5D%5Bq%5D=1&thrivecart%5Border%5D%5B0%5D%5Bpo%5D=30854&thrivecart%5Border%5D%5B1%5D%5Bt%5D=bump&thrivecart%5Border%5D%5B1%5D%5Bid%5D=4&thrivecart%5Border%5D%5B1%5D%5Bn%5D=Get+2%2C000+HD+and+500+4K+royalty+free+videos&thrivecart%5Border%5D%5B1%5D%5Bp%5D=0&thrivecart%5Border%5D%5B1%5D%5Bq%5D=1&thrivecart%5Border_currency%5D=USD&thrivecart%5Border_id%5D=6395923&thrivecart%5Bpayment_processor%5D=stripe&thrivecart%5Bproduct_id%5D=4&thrivecart%5Bpurchases%5D%5B0%5D=4&thrivecart%5Bpurchases%5D%5B1%5D=bump&thrivecart_hash=d261198984d6f463363a4aca99778d3b";
|
||
}
|
||
{
|
||
name = "40K Cosplay: Armor Creation for the Sisters of Battle";
|
||
#"iconUri": "https://www.belloflostsouls.net/wp-content/uploads/2018/03/favicon.png";
|
||
url = "https://www.belloflostsouls.net/2019/11/40k-cosplay-armor-creation-for-the-sisters-of-battle-squad-pt-2.html";
|
||
}
|
||
{
|
||
name = "kogakure.de - Ninja; Ninjutsu und Kampfkunst";
|
||
url = "https://www.kogakure.de/";
|
||
}
|
||
{
|
||
name = "Analysiere | Webbkoll - dataskydd.net";
|
||
#"iconUri": "https://webbkoll.dataskydd.net/images/favicon-192x192.png";
|
||
url = "https://webbkoll.dataskydd.net/de?url=http%3A%2F%2Fnorthscorp.de";
|
||
}
|
||
{
|
||
name = "https://erpnext.com/";
|
||
#"iconUri": "https://erpnext.com/files/ERPNext%20-%20Blue%20Background-64.png";
|
||
url = "https://erpnext.com/";
|
||
}
|
||
{
|
||
name = "DIY Robotic Sky Tracking Astrophotography";
|
||
#"iconUri": "https://learn.adafruit.com/assets/favicon-11d9964de07961a3a796b93805a7a240050c6b9f27a213b4002f3ed1efbe2a44.ico";
|
||
url = "https://learn.adafruit.com/diy-robotic-sky-tracking-astrophotography-mount/taking-pictures";
|
||
}
|
||
{
|
||
name = "Pixpa - All-inclusive; erschwingliche Preispläne";
|
||
url = "https://www.pixpa.com/de/pricing";
|
||
}
|
||
{
|
||
name = "Masterposts; Collected! - Makeup for Beginners";
|
||
url = "https://masterposter.tumblr.com/post/116605714860";
|
||
}
|
||
{
|
||
name = "OpenAI";
|
||
#"iconUri": "https://chat.openai.com/apple-touch-icon.png";
|
||
url = "https://chat.openai.com/chat";
|
||
}
|
||
{
|
||
name = "KEYOU GmbH | Smart. Simple. Sustainable. – emission-free technology.";
|
||
#"iconUri": "https://www.keyou.de/wp-content/uploads/2022/09/cropped-keyou_motorblock_transparent-1-1-192x192.png";
|
||
url = "https://www.keyou.de/";
|
||
}
|
||
{
|
||
name = "CUCKOO Premium Multikocher | CMC-QSB501S - 8 IN 1 MULTI COOKER | 11 COOKING PROGRAMS – CuckooMall.de";
|
||
#"iconUri": "https://cdn.shopify.com/s/files/1/0095/6461/8812/files/logo16x16_b74130e5-41b6-416f-b49c-87519f94e3b8_32x32.png?v=1613542040";
|
||
url = "https://www.cuckoomall.de/collections/multicooker/products/copy-of-cmc-qsb501s-premium-multikocher-icook-q5-cmc-qsb501s-premium-multi-cooker-icook-q5";
|
||
}
|
||
{
|
||
name = "SeaFrogs 40m/130ft Underwater camera housing for Canon EOS R6 with 6\" – seafrogs";
|
||
#"iconUri": "https://seafrogs.com.hk/cdn/shop/files/favicon_32x32.png?v=1632210049";
|
||
url = "https://seafrogs.com.hk/collections/canon/products/seafrogs-40m-130ft-underwater-camera-housing-for-canon-eos-r6-with-6-dry-dome-port";
|
||
}
|
||
{
|
||
name = "Why it'll be hard to tell if AI ever becomes conscious | MIT Technology Review";
|
||
url = "https://www.technologyreview.com/2023/10/17/1081818/why-itll-be-hard-to-tell-if-ai-ever-becomes-conscious/";
|
||
}
|
||
{
|
||
name = "Can We Stop Time in the Body? - Nautilus";
|
||
#"iconUri": "https://nautil.us/wp-content/themes/nautilus-block-theme/images/favicon.png";
|
||
url = "https://nautil.us/can-we-stop-time-in-the-body-377844/";
|
||
}
|
||
{
|
||
name = "SPIRES: building structured knowledge bases from unstructured text using Large Language Models | by Monarch Initiative | Medium";
|
||
#"iconUri": "https://miro.medium.com/v2/resize:fill:152:152/1*sHhtYhaCe2Uc3IU0IgKwIQ.png";
|
||
url = "https://monarchinit.medium.com/spires-building-structured-knowledge-bases-from-unstructured-text-using-large-language-models-eb68c12dea75";
|
||
}
|
||
{
|
||
name = "Falling Behind In Style – explosive and continuous growth is bad for tech | Christian Heilmann";
|
||
#"iconUri": "https://christianheilmann.com/favicon.svg";
|
||
url = "https://christianheilmann.com/2023/10/17/falling-behind-in-style-explosive-and-continuous-growth-is-bad-for-tech/";
|
||
}
|
||
{
|
||
name = "Six different visions for the future of generative AI – Nocode functions - blog – The journey of an academic and app developer";
|
||
url = "https://nocodefunctions.com/blog/visions-generative-ai/";
|
||
}
|
||
{
|
||
name = "Your curated GitHub Universe agenda: AI; ethics; and productivity - The GitHub Blog";
|
||
#"iconUri": "https://github.blog/wp-content/uploads/2019/01/cropped-github-favicon-512.png?fit=192%2C192";
|
||
url = "https://github.blog/2023-10-17-your-curated-github-universe-agenda-ai-ethics-and-productivity/";
|
||
}
|
||
{
|
||
name = "Baidu's ERNIE 4.0 turns one person into 'an AI marketing team' | VentureBeat";
|
||
#"iconUri": "https://venturebeat.com/wp-content/themes/vb-news/img/favicon.ico";
|
||
url = "https://venturebeat.com/ai/baidu-launches-new-llm-ernie-4-0-that-turns-one-person-into-an-ai-marketing-team/";
|
||
}
|
||
{
|
||
name = "Converse - Your AI Powered Reading Companion for web articles; PDF documents and videos";
|
||
url = "https://www.getconverse.com/";
|
||
}
|
||
{
|
||
name = "Ein SaaS-Unternehmen in Deutschland bootstrappen: So habe ich's gemacht";
|
||
#"iconUri": "https://lukashermann.dev/apple-touch-icon.png";
|
||
url = "https://lukashermann.dev/writing/saas-unternehmen-in-deutschland-bootstrappen/";
|
||
}
|
||
{
|
||
name = "50+ Sketchbook Inspiration Examples That Will Change The Way You Use Your Sketchbooks - How to Draw Step by Step Drawing Tutorials";
|
||
#"iconUri": "https://www.drawinghowtodraw.com/stepbystepdrawinglessons/wp-content/uploads/2015/09/logo.png";
|
||
url = "https://www.drawinghowtodraw.com/stepbystepdrawinglessons/2020/10/50-sketchbook-inspiration-examples-that-will-change-the-way-you-use-your-sketchbooks/";
|
||
}
|
||
{
|
||
name = "A historic agreement aims to pave the way for large scale solar farms : NPR";
|
||
#"iconUri": "https://media.npr.org/chrome/favicon/favicon-16x16.png";
|
||
url = "https://www.npr.org/2023/10/13/1205855987/a-historic-agreement-aims-to-pave-the-way-for-large-scale-solar-farms";
|
||
}
|
||
{
|
||
name = "Mindblowing dissertations – The Ideophone";
|
||
#"iconUri": "https://ideophone.org/files/cropped-android-chrome-512x512-1-192x192.png";
|
||
url = "https://ideophone.org/mindblowing-dissertations/";
|
||
}
|
||
{
|
||
name = "Swarmpunk: Rough Consensus and Running Code in Brains; Machines; and Society - swarmpunk_repo.pdf";
|
||
url = "https://jon-e.net/dissertation/assets/swarmpunk_repo.pdf";
|
||
}
|
||
{
|
||
name = "The Recovering Programmer";
|
||
url = "https://prog21.dadgum.com/56.html";
|
||
}
|
||
{
|
||
name = "cpacker/MemGPT: Teaching LLMs memory management for unbounded context 📚🦙";
|
||
#"iconUri": "https://github.com/fluidicon.png";
|
||
url = "https://github.com/cpacker/MemGPT";
|
||
}
|
||
{
|
||
name = "perfectionism and pragmatism";
|
||
#"iconUri": "https://johnsillings.com/apple-touch-icon.png";
|
||
url = "https://johnsillings.com/2021/11/25/perfectionism.html";
|
||
}
|
||
{
|
||
name = "Introduction to Modern Statistics (2nd Ed) - 8 Linear regression with multiple predictors";
|
||
#"iconUri": "https://openintro-ims2.netlify.app/images/openintro.png";
|
||
url = "https://openintro-ims2.netlify.app/08-model-mlr";
|
||
}
|
||
{
|
||
name = "One Game; By One Man; On Six Platforms: The Good; The Bad and The Ugly";
|
||
#"iconUri": "https://ruoyusun.com/apple-touch-icon.png";
|
||
url = "https://ruoyusun.com/2023/10/12/one-game-six-platforms.html";
|
||
}
|
||
{
|
||
name = "LLM Inference Performance Engineering: Best Practices | Databricks Blog";
|
||
#"iconUri": "https://www.databricks.com/en-blog-assets/icons/icon-512x512.png?v=c9b9916c3b27dc51866c46b79a6e9b88";
|
||
url = "https://www.databricks.com/blog/llm-inference-performance-engineering-best-practices";
|
||
}
|
||
{
|
||
name = "Why can't our tech billionaires learn anything new?";
|
||
#"iconUri": "https://substackcdn.com/image/fetch/f_auto;q_auto:good;fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2F9e6d063b-0f20-41cb-8509-def5d941fa35%2Fapple-touch-icon-1024x1024.png";
|
||
url = "https://davekarpf.substack.com/p/why-cant-our-tech-billionaires-learn";
|
||
}
|
||
{
|
||
name = "Exploring the World of Tea: A Guide to the Types of Tea";
|
||
#"iconUri": "https://brewteaful.com/cdn/shop/files/download.svg?crop=center&height=32&v=1697036953&width=32";
|
||
url = "https://brewteaful.com/blogs/the-tea-brew-blog/exploring-the-world-of-tea-a-guide-to-the-types-of-tea-starbucks-serves";
|
||
}
|
||
{
|
||
name = "Petti's Blog";
|
||
#"iconUri": "https://assets-global.website-files.com/64e50ad3f2b2f8b3eb1e0091/651f25186008609ad826ec53_petti.blog%20webclip.png";
|
||
url = "https://www.petti.blog/blog-posts/selling-the-first-mobile-app-i-ever-built-to-jocko";
|
||
}
|
||
{
|
||
name = "I Am Happy Not To Be A Web Developer Anymore";
|
||
#"iconUri": "https://thecodist.com/content/images/size/w256h256/2023/04/icon2-1.png";
|
||
url = "https://thecodist.com/i-am-happy-not-to-be-a-web-developer-anymore/";
|
||
}
|
||
{
|
||
name = "Business of Software 2023";
|
||
#"iconUri": "https://www.haihai.ai/content/images/size/w256h256/2023/08/haihai_blue_texture-and-text_screen-background--1--copy.jpeg";
|
||
url = "https://www.haihai.ai/bos/";
|
||
}
|
||
{
|
||
name = "Getting Started with Anchor for Local Development | by Ben Burkert | Oct; 2023 | Effortless Encryption";
|
||
url = "https://blog.anchor.dev/getting-started-with-anchor-for-local-development-6dd2cd605c08";
|
||
}
|
||
{
|
||
name = "Every Software Business Has the Same Playbook";
|
||
url = "https://every.to/napkin-math/every-software-business-has-the-same-playbook#";
|
||
}
|
||
{
|
||
name = "Building a Valuable Business? It's How You Spend It That Matters - Commoncog";
|
||
#"iconUri": "https://commoncog.com/content/images/size/w256h256/2020/09/commoncog_logo-1.png";
|
||
url = "https://commoncog.com/build-valuable-business-how-you-spend-it/";
|
||
}
|
||
{
|
||
name = "Depression and OSS - Balázs Orbán";
|
||
#"iconUri": "https://balazsorban.com/favicon.ico?v=2";
|
||
url = "https://balazsorban.com/blog/depression-and-oss";
|
||
}
|
||
{
|
||
name = "Always cheer";
|
||
#"iconUri": "https://world.hey.com/jason/avatar-9f11ce77d31e68e834c564594ee0bc32a005ee8d";
|
||
url = "https://world.hey.com/jason/always-cheer-ccd76145";
|
||
}
|
||
{
|
||
name = "Compassion Is Not About Being ‘Nice’ — Compassionate Coding";
|
||
#"iconUri": "https://images.squarespace-cdn.com/content/v1/57966a48725e2592957c2e40/1526336432008-5WOO7JQ37SXPMZAO5KZT/favicon.ico?format=100w";
|
||
url = "https://compassionatecoding.com/blog/2020/9/21/compassion-is-not-about-being-nice";
|
||
}
|
||
{
|
||
name = "Why Experienced Programmers Fail Coding Interviews | by The Coding Diaries | The Coding Diaries | Medium";
|
||
#"iconUri": "https://miro.medium.com/v2/resize:fill:152:152/1*sHhtYhaCe2Uc3IU0IgKwIQ.png";
|
||
url = "https://medium.com/the-coding-diaries/why-experienced-programmers-fail-coding-interviews-b22210ba343";
|
||
}
|
||
{
|
||
name = "The boy who cried risk – Ognjen Regoje • ognjen.io";
|
||
#"iconUri": "https://ognjen.io/images/favicon-196x196.png";
|
||
url = "https://ognjen.io/the-boy-who-cried-risk/";
|
||
}
|
||
{
|
||
name = "Listen | No Mercy / No Malice";
|
||
#"iconUri": "https://www.profgalloway.com/wp-content/uploads/2021/03/cropped-nmnm-favicon-192x192.png";
|
||
url = "https://www.profgalloway.com/listen/";
|
||
}
|
||
{
|
||
name = "Learn to never be wrong. | Irrational Exuberance";
|
||
url = "https://lethain.com/learn-to-never-be-wrong/";
|
||
}
|
||
{
|
||
name = "Can We Make Idiot-Proof Infrastructure pt1?";
|
||
#"iconUri": "https://matduggan.com/content/images/size/w256h256/2021/04/gitlab-fill.png";
|
||
url = "https://matduggan.com/idiot-proof-infrastructure/";
|
||
}
|
||
{
|
||
name = "Generating Personalized Audio Lessons with GPT and SSML";
|
||
#"iconUri": "https://www.amefi.no/icon?1e2ec37b29f4312e";
|
||
url = "https://www.amefi.no/projects/gpt-tutor";
|
||
}
|
||
{
|
||
name = "Understanding Big O Notation: A Simplified Guide for Programmers - v0rkath";
|
||
#"iconUri": "https://www.v0rkath.com/wp-content/uploads/2023/09/v0rkath-white-logo.png";
|
||
url = "https://www.v0rkath.com/blog/understanding-big-o-notation-a-beginnerss-guide/";
|
||
}
|
||
{
|
||
name = "The Economics of Startup Swag";
|
||
#"iconUri": "https://www.thediff.co/content/images/size/w256h256/2022/02/difflogo-3.png";
|
||
url = "https://www.thediff.co/archive/the-economics-of-startup-swag/";
|
||
}
|
||
{
|
||
name = "Create a Simple and Safe Codebase";
|
||
#"iconUri": "https://spin.atomicobject.com/wp-content/themes/spin/images/favicon.ico";
|
||
url = "https://spin.atomicobject.com/2023/10/24/safe-codebase/";
|
||
}
|
||
{
|
||
name = "The Journey of Becoming a CTO";
|
||
url = "https://shamun.dev/posts/cto-journey";
|
||
}
|
||
{
|
||
name = "ByteByteGoHq/system-design-101: Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.";
|
||
#"iconUri": "https://github.com/fluidicon.png";
|
||
url = "https://github.com/ByteByteGoHq/system-design-101";
|
||
}
|
||
{
|
||
name = "Tapfolio | A better link in bio";
|
||
#"iconUri": "https://tapfol.io/favicon.png";
|
||
url = "https://tapfol.io/account";
|
||
}
|
||
{
|
||
name = "The Deep-Rooted Science of Habits";
|
||
#"iconUri": "https://assets-global.website-files.com/63624335410aba3df9a7c18f/63624335410aba4a45a7c20d_webclip_256x256.png";
|
||
url = "https://www.habitopia.app/the-deep-rooted-science-of-habits";
|
||
}
|
||
{
|
||
name = "How To Move Fast With Rust | Matthias Endler";
|
||
url = "https://endler.dev/2023/move-fast-rust/";
|
||
}
|
||
{
|
||
name = "Why I have my own web site | snarfed.org";
|
||
url = "https://snarfed.org/2012-07-25_why_i_have_my_own_web_site";
|
||
}
|
||
{
|
||
name = "100R — computing and sustainability";
|
||
#"iconUri": "https://100r.co/media/services/shortcut.png";
|
||
url = "https://100r.co/site/computing_and_sustainability.html";
|
||
}
|
||
{
|
||
name = "Do programming certifications still matter? | InfoWorld";
|
||
#"iconUri": "https://idge.staticworld.net/ifw/IFW_logo_social_144x144.png";
|
||
url = "https://www.infoworld.com/article/3709508/do-programming-certifications-still-matter.html";
|
||
}
|
||
{
|
||
name = "How to name a startup";
|
||
#"iconUri": "https://media.beehiiv.com/cdn-cgi/image/fit=scale-down;format=auto;onerror=redirect;quality=80/uploads/publication/logo/7fdac29a-5ff4-4387-811b-3e46b591a807/thumb_Fun.png";
|
||
url = "https://marclou.beehiiv.com/p/how-to-name-a-startup";
|
||
}
|
||
{
|
||
name = "Caricatures of Security People";
|
||
#"iconUri": "https://static.wixstatic.com/media/683b4b_c286142602bd4073a0bd7186eb9ed91e%7Emv2.png/v1/fill/w_192%2Ch_192%2Clg_1%2Cusm_0.66_1.00_0.01/683b4b_c286142602bd4073a0bd7186eb9ed91e%7Emv2.png";
|
||
url = "https://www.philvenables.com/post/caricatures-of-security-people";
|
||
}
|
||
{
|
||
name = "Make Yourself Human Again";
|
||
#"iconUri": "https://pdmedia.b-cdn.net/2018/09/logo-2-300x300.jpg";
|
||
url = "https://www.palladiummag.com/2023/11/03/make-yourself-human-again/";
|
||
}
|
||
{
|
||
name = "Ecological Threat Report 2023 - World | ReliefWeb";
|
||
#"iconUri": "https://reliefweb.int/themes/custom/common_design_subtheme/favicon.ico";
|
||
url = "https://reliefweb.int/report/world/ecological-threat-report-2023";
|
||
}
|
||
{
|
||
name = "Gavin D. Howard";
|
||
#"iconUri": "https://gavinhoward.com/icon.svg";
|
||
url = "https://gavinhoward.com/";
|
||
}
|
||
{
|
||
name = "On Solving - Adam Grant";
|
||
#"iconUri": "https://publish.obsidian.md/favicon.ico?95d9d9d3ff25b12adb87";
|
||
url = "https://www.adamgrant.info/Being+a+Better+Human/On+Solving";
|
||
}
|
||
{
|
||
name = "Material | The Catalog";
|
||
#"iconUri": "https://thecatalog.cat/android-chrome-512x512.png";
|
||
url = "https://thecatalog.cat/Material";
|
||
}
|
||
{
|
||
name = "Constructing knowledge graphs from text using OpenAI functions | by Tomaz Bratanic | Oct; 2023 | Medium";
|
||
#"iconUri": "https://miro.medium.com/v2/resize:fill:152:152/1*sHhtYhaCe2Uc3IU0IgKwIQ.png";
|
||
url = "https://bratanic-tomaz.medium.com/constructing-knowledge-graphs-from-text-using-openai-functions-096a6d010c17";
|
||
}
|
||
{
|
||
name = "raylene/eng-handbook: A developer's guide to management: an open-sourced handbook for leading software engineering teams.";
|
||
#"iconUri": "https://github.com/fluidicon.png";
|
||
url = "https://github.com/raylene/eng-handbook";
|
||
}
|
||
{
|
||
name = "No Margin; No Mission";
|
||
url = "https://every.to/no-small-plans/no-margin-no-mission";
|
||
}
|
||
{
|
||
name = "The promise of collective superintelligence | VentureBeat";
|
||
#"iconUri": "https://venturebeat.com/wp-content/themes/vb-news/img/favicon.ico";
|
||
url = "https://venturebeat.com/ai/the-promise-of-collective-superintelligence/";
|
||
}
|
||
{
|
||
name = "AddyOsmani.com - Effective Engineering Teams";
|
||
#"iconUri": "https://addyosmani.com/assets/images/favicons/android-chrome-192x192.png";
|
||
url = "https://addyosmani.com/blog/effective-teams/";
|
||
}
|
||
{
|
||
name = "GrilloPress - Do the design digging";
|
||
#"iconUri": "https://grillopress.github.io/images/me.jpg";
|
||
url = "https://grillopress.github.io/2023/11/08/do-the-design-digging.html";
|
||
}
|
||
{
|
||
name = "PhotoFolder/app";
|
||
#"iconUri": "https://github.com/fluidicon.png";
|
||
url = "https://github.com/PhotoFolder/app";
|
||
}
|
||
{
|
||
name = "Photoshop for text — Steph Ango";
|
||
#"iconUri": "https://stephango.com/icon.svg";
|
||
url = "https://stephango.com/photoshop-for-text";
|
||
}
|
||
{
|
||
name = "Aalto FITech101 Courses";
|
||
#"iconUri": "https://fitech101.aalto.fi/favicon.svg";
|
||
url = "https://fitech101.aalto.fi/programming-languages/rust/1-introduction/";
|
||
}
|
||
{
|
||
name = "The Johari Window: A Guide for Leaders";
|
||
#"iconUri": "https://www.leadingsapiens.com/content/images/size/w256h256/2022/05/LS-logo.png";
|
||
url = "https://www.leadingsapiens.com/johari-window-complete-guide-for-leaders/";
|
||
}
|
||
{
|
||
name = "What I Know About Community Building | by Marianna Gose Martinelli | The Startup | Medium";
|
||
#"iconUri": "https://miro.medium.com/v2/resize:fill:152:152/1*sHhtYhaCe2Uc3IU0IgKwIQ.png";
|
||
url = "https://medium.com/swlh/what-i-know-about-community-building-939aeac0aa7";
|
||
}
|
||
{
|
||
name = "Super Human: Scientists enhance cognitive abilities through direct brain stimulation";
|
||
#"iconUri": "https://static.wixstatic.com/media/e914e2_5e30284639664d1b924b2274c1a0b703%7Emv2.png/v1/fill/w_192%2Ch_192%2Clg_1%2Cusm_0.66_1.00_0.01/e914e2_5e30284639664d1b924b2274c1a0b703%7Emv2.png";
|
||
url = "https://www.thebrighterside.news/post/super-human-scientists-enhance-cognitive-abilities-through-direct-brain-stimulation";
|
||
}
|
||
{
|
||
name = "GPU Survival Toolkit for the AI age: The bare minimum every developer must know";
|
||
#"iconUri": "https://journal.hexmos.com/content/images/size/w256h256/format/png/2023/05/hexmoslogo--1-.svg";
|
||
url = "https://journal.hexmos.com/gpu-survival-toolkit/";
|
||
}
|
||
{
|
||
name = "KnowledgeCanvas/knowledge: Knowledge is a tool for saving; searching; accessing; exploring and chatting with all of your favorite websites; documents and files.";
|
||
#"iconUri": "https://github.com/fluidicon.png";
|
||
url = "https://github.com/KnowledgeCanvas/knowledge";
|
||
}
|
||
{
|
||
name = "A Work Log Template for Software Engineers - The Pragmatic Engineer";
|
||
#"iconUri": "https://blog.pragmaticengineer.com/content/images/size/w256h256/2020/10/Gergely_Orosz_BW_250x250.png";
|
||
url = "https://blog.pragmaticengineer.com/work-log-template-for-software-engineers/";
|
||
}
|
||
{
|
||
name = "Building a Web App in Rust - Dmitry Kudryavtsev";
|
||
#"iconUri": "https://www.yieldcode.blog/favicon.png";
|
||
url = "https://www.yieldcode.blog/post/building-a-webapp-in-rust/";
|
||
}
|
||
{
|
||
name = "Aerobic exercise is good for the brain";
|
||
#"iconUri": "https://substackcdn.com/image/fetch/f_auto;q_auto:good;fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F79861cf1-a10e-4e6e-b628-72352a125d6f%2Fapple-touch-icon-1024x1024.png";
|
||
url = "https://brainpizza.substack.com/p/why-aerobic-exercise-is-good-for";
|
||
}
|
||
{
|
||
name = "Incomplete List of Mistakes in the Design of CSS";
|
||
#"iconUri": "https://wiki.csswg.org/lib/tpl/csswg/images/favicon.ico";
|
||
url = "https://wiki.csswg.org/ideas/mistakes";
|
||
}
|
||
{
|
||
name = "Demystifying Web Push Notifications | PQVST";
|
||
url = "https://pqvst.com/2023/11/21/web-push-notifications/";
|
||
}
|
||
{
|
||
name = "The Bond villain compliance strategy";
|
||
#"iconUri": "https://www.bitsaboutmoney.com/content/images/size/w256h256/2022/12/bam-logo-square-favicon.png";
|
||
url = "https://www.bitsaboutmoney.com/archive/bond-villain-compliance-strategy/";
|
||
}
|
||
{
|
||
name = "udlbook";
|
||
url = "https://udlbook.github.io/udlbook/";
|
||
}
|
||
{
|
||
name = "Get started with technical writing - OpenSource.net";
|
||
#"iconUri": "https://i0.wp.com/opensource.net/wp-content/uploads/2023/09/cropped-2.jpg?fit=192%2C192&ssl=1";
|
||
url = "https://opensource.net/get-started-with-technical-writing/";
|
||
}
|
||
{
|
||
name = "About | PQVST";
|
||
url = "https://pqvst.com/about/";
|
||
}
|
||
{
|
||
name = "federico-busato/Modern-CPP-Programming: Modern C++ Programming Course (C++11/14/17/20)";
|
||
#"iconUri": "https://github.com/fluidicon.png";
|
||
url = "https://github.com/federico-busato/Modern-CPP-Programming";
|
||
}
|
||
{
|
||
name = "A guide to home row mods";
|
||
#"iconUri": "https://precondition.github.io/assets/images/favicon.png";
|
||
url = "https://precondition.github.io/home-row-mods";
|
||
}
|
||
{
|
||
name = "10 Dark Patterns in UX Design and How to Avoid Them | Dodonut";
|
||
url = "https://dodonut.com/blog/10-dark-patterns-in-ux-design/";
|
||
}
|
||
{
|
||
name = "Writing a file system from scratch in Rust · carlosgaldino";
|
||
#"iconUri": "https://blog.carlosgaldino.com/public/favicon.ico";
|
||
url = "https://blog.carlosgaldino.com/writing-a-file-system-from-scratch-in-rust.html";
|
||
}
|
||
{
|
||
name = "Let’s learn how modern JavaScript frameworks work by building one | Read the Tea Leaves";
|
||
#"iconUri": "https://secure.gravatar.com/blavatar/86a4db4d496aa2fad7e47b11a865e80cfbbbac38285b65ff518b9c98aa47f7d7?s=114";
|
||
url = "https://nolanlawson.com/2023/12/02/lets-learn-how-modern-javascript-frameworks-work-by-building-one/";
|
||
}
|
||
{
|
||
name = "A few words about Blameless culture - cat /dev/braincat /dev/brain";
|
||
url = "https://www.gybe.ca/a-few-words-about-blameless-culture/";
|
||
}
|
||
{
|
||
name = "Frontiers | Paper Notebooks vs. Mobile Devices: Brain Activation Differences During Memory Retrieval";
|
||
#"iconUri": "https://3718aeafc638f96f5bd6-d4a9ca15fc46ba40e71f94dec0aad28c.ssl.cf1.rackcdn.com/favicon_16x16.ico";
|
||
url = "https://www.frontiersin.org/articles/10.3389/fnbeh.2021.634158/full";
|
||
}
|
||
{
|
||
name = "Chronobiologist and Nobel Laureate in Medicine Michael Rosbash: ‘Lack of sunlight during the day is worse than electric lighting at night’ | Health | EL PAÍS English";
|
||
#"iconUri": "https://static.elpais.com/dist/resources/images/favicon.ico";
|
||
url = "https://english.elpais.com/health/2023-12-01/chronobiologist-and-nobel-laureate-in-medicine-michael-rosbash-lack-of-sunlight-during-the-day-is-worse-than-electric-lighting-at-night.html";
|
||
}
|
||
{
|
||
name = "Data-Oriented Design";
|
||
url = "https://www.dataorienteddesign.com/dodbook/";
|
||
}
|
||
{
|
||
name = "Blog";
|
||
#"iconUri": "https://spacetimedb.com/apple-touch-icon.png";
|
||
url = "https://spacetimedb.com/blog/databases-and-data-oriented-design";
|
||
}
|
||
{
|
||
name = "What's lost when we photograph life instead of experiencing it?";
|
||
#"iconUri": "https://cdn.theconversation.com/static/tc/@theconversation/ui/dist/esm/logos/web-app-logo-192x192-2d05bdd6de6328146de80245d4685946.png";
|
||
url = "https://theconversation.com/whats-lost-when-we-photograph-life-instead-of-experiencing-it-58392";
|
||
}
|
||
{
|
||
name = "The surprising connection between after-hours work and decreased productivity | Slack";
|
||
#"iconUri": "https://a.slack-edge.com/80588/marketing/img/meta/favicon-32.png";
|
||
url = "https://slack.com/intl/de-de/blog/news/the-surprising-connection-between-after-hours-work-and-decreased-productivity";
|
||
}
|
||
{
|
||
name = "Pluralistic: “If buying isn’t owning; piracy isn’t stealing” (08 Dec 2023) – Pluralistic: Daily links from Cory Doctorow";
|
||
#"iconUri": "https://i0.wp.com/pluralistic.net/wp-content/uploads/2020/02/cropped-guillotine-French-Revolution.jpg?fit=192%2C192&ssl=1";
|
||
url = "https://pluralistic.net/2023/12/08/playstationed/#tyler-james-hill";
|
||
}
|
||
{
|
||
name = "Onsites.fyi";
|
||
url = "https://www.onsites.fyi/";
|
||
}
|
||
{
|
||
name = "Mundane emotions: Losing yourself in boredom; time and technology - Stephen Murphy; Tim Hill; Pierre McDonagh; Amanda Flaherty; 2023";
|
||
#"iconUri": "https://journals.sagepub.com/pb-assets/Icons/sj-apple-touch-1685528515257.png";
|
||
url = "https://journals.sagepub.com/doi/10.1177/14705931221138617";
|
||
}
|
||
{
|
||
name = "trustnet — alexander cobleigh / cblgh.org";
|
||
url = "https://cblgh.org/trustnet/";
|
||
}
|
||
{
|
||
name = "walk and talk | Derek Sivers";
|
||
url = "https://sive.rs/wt";
|
||
}
|
||
{
|
||
name = "User Interface Typography";
|
||
#"iconUri": "https://imperavi.com/assets/img/favicon/favicon-16x16.png";
|
||
url = "https://imperavi.com/books/ui-typography/";
|
||
}
|
||
{
|
||
name = "Log • Robb Knight";
|
||
#"iconUri": "https://rknight.me/assets/icons/apple-touch-icon.png";
|
||
url = "https://rknight.me/log/";
|
||
}
|
||
{
|
||
name = "Nova Mode: The Ultimate ChatGPT Custom Instruction | Nova Spivack";
|
||
#"iconUri": "https://www.novaspivack.com/wp-content/uploads/2009/11/cropped-imageedit_28_8087443549.2-192x192.png";
|
||
url = "https://www.novaspivack.com/technology/nova-mode-the-ultimate-chatgpt-custom-instruction";
|
||
}
|
||
{
|
||
name = "IndieWeb Blog Posts | James' Coffee Blog";
|
||
url = "https://jamesg.blog/indieweb/";
|
||
}
|
||
{
|
||
name = "How to Build an Attractive Physique | Bony to Beastly";
|
||
#"iconUri": "https://bonytobeastly.com/wp-content/uploads/2023/06/cropped-bony-to-beastly-bicep-favicon-192x192.png";
|
||
url = "https://bonytobeastly.com/how-to-build-an-attractive-physique/";
|
||
}
|
||
{
|
||
name = "The Illustrated GPT-2 (Visualizing Transformer Language Models) – Jay Alammar – Visualizing machine learning one concept at a time.";
|
||
url = "https://jalammar.github.io/illustrated-gpt2/";
|
||
}
|
||
{
|
||
name = "What We Lose When Curating Follows the Money";
|
||
#"iconUri": "https://i0.wp.com/hyperallergic-newspack.s3.amazonaws.com/uploads/2020/11/cropped-Hyperallergic-favicon.png?fit=192%2C192&quality=100&ssl=1";
|
||
url = "https://hyperallergic.com/861508/what-we-lose-when-curating-follows-the-money-capturing-moment-tate-modern/";
|
||
}
|
||
{
|
||
name = "Articles — Home Automation Guy";
|
||
#"iconUri": "https://images.squarespace-cdn.com/content/v1/6403432da91078458f6aeec2/36022016-445b-4095-ae5d-f92ccf132cc5/favicon.ico?format=100w";
|
||
url = "https://www.homeautomationguy.io/blog";
|
||
}
|
||
{
|
||
name = "The unfortunate math behind consulting companies";
|
||
#"iconUri": "https://longform.asmartbear.com/svg/bear-big.svg";
|
||
url = "https://longform.asmartbear.com/consulting-company-accounting/";
|
||
}
|
||
{
|
||
name = "Perfectionism and Procrastination: How They’re Connected and What to Do About It – Solving Procrastination";
|
||
#"iconUri": "https://solvingprocrastination.com/wp-content/uploads/cropped-SP_favicon-2-192x192.png";
|
||
url = "https://solvingprocrastination.com/perfectionism/";
|
||
}
|
||
{
|
||
name = "Writing Lesson; Comment on Tom Friedman";
|
||
#"iconUri": "https://substackcdn.com/image/fetch/f_auto;q_auto:good;fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F3b9220d8-ce6f-4db2-af67-bdf48ad7d229%2Fapple-touch-icon-1024x1024.png";
|
||
url = "https://www.grumpy-economist.com/p/writing-lesson-comment-on-tom-friedman";
|
||
}
|
||
{
|
||
name = "Why you should grow and keep big muscles · Today Purpose";
|
||
#"iconUri": "https://todaypurpose.com/apple-touch-icon-144-precomposed.png";
|
||
url = "https://todaypurpose.com/posts/big-muscles/";
|
||
}
|
||
{
|
||
name = "blueprint";
|
||
#"iconUri": "https://freight.cargo.site/t/original/i/876db8ab80d57a1051068fc102a3ff1801b9f80faad465df7144b998bc419295/blueprint-favicon.ico";
|
||
url = "https://protocol.bryanjohnson.com/";
|
||
}
|
||
{
|
||
name = "PocketBase - Open Source backend in 1 file";
|
||
#"iconUri": "https://pocketbase.io/images/favicon/apple-touch-icon.png";
|
||
url = "https://pocketbase.io/";
|
||
}
|
||
{
|
||
name = "Stm32World Wiki";
|
||
url = "https://stm32world.com/wiki/Main_Page";
|
||
}
|
||
{
|
||
name = "Detachable roller skates Puma CA Pro - White / Flaneurz";
|
||
#"iconUri": "https://www.flaneurz.com/media/favicon/stores/1/FAVICON-SITEWEB-SLADES-100PX_1_.png";
|
||
url = "https://www.flaneurz.com/en/detachable-roller-skates-puma-ca-pro-white.html";
|
||
}
|
||
{
|
||
name = "Home - Sacred-Texts ISTA - Internet Sacred Text Archive";
|
||
url = "https://sacred-texts.com/";
|
||
}
|
||
{
|
||
name = "OK-Robot: What Really Matters in Integrating Open-Knowledge Models for Robotics";
|
||
url = "https://ok-robot.github.io/";
|
||
}
|
||
{
|
||
name = "Curated web design inspiration catalog";
|
||
#"iconUri": "https://assets-global.website-files.com/63bd42e1e586a852754fab62/63dbbbc30006fb60dfcb3504_webclip.png";
|
||
url = "https://www.curated.design/#";
|
||
}
|
||
{
|
||
name = "Dead Simple Sites — Minimal Website Inspiration";
|
||
#"iconUri": "https://framerusercontent.com/images/WFse1XAURJY5WGgW8iyziJLI.png";
|
||
url = "https://deadsimplesites.com/";
|
||
}
|
||
{
|
||
name = "About Ideas Now | Search 1000s of personal sites";
|
||
url = "https://aboutideasnow.com/";
|
||
}
|
||
{
|
||
name = "Dioxus | An elegant GUI library for Rust";
|
||
#"iconUri": "https://dioxuslabs.com/static/favicon.png";
|
||
url = "https://dioxuslabs.com/";
|
||
}
|
||
{
|
||
name = "PNG to SVG (Free; Full Color) - SvgTrace";
|
||
url = "https://svgtrace.com/png-to-svg";
|
||
}
|
||
{
|
||
name = "Introduction / Nature of Code";
|
||
url = "https://natureofcode.com/introduction/";
|
||
}
|
||
{
|
||
name = "CS231n Convolutional Neural Networks for Visual Recognition";
|
||
url = "https://cs231n.github.io/";
|
||
}
|
||
{
|
||
name = "Ilya 30u30";
|
||
#"iconUri": "https://arc.net/favicon.png";
|
||
url = "https://arc.net/folder/D0472A20-9C20-4D3F-B145-D2865C0A9FEE";
|
||
}
|
||
{
|
||
name = "Minimalisten aufgepasst: Suzuki hat den coolsten Tiny Camper | Ride MTB";
|
||
#"iconUri": "https://www.ride-mtb.com/sites/default/files/favicons/apple-touch-icon.png";
|
||
url = "https://www.ride-mtb.com/de/news/minimalisten-aufgepasst-suzuki-hat-den-coolsten-tiny-camper";
|
||
}
|
||
{
|
||
name = "taubyte/tau: Open source distributed Platform as a Service (PaaS)";
|
||
#"iconUri": "https://github.com/fluidicon.png";
|
||
url = "https://github.com/taubyte/tau";
|
||
}
|
||
{
|
||
name = "AnySkin: Plug-and-play Skin Sensing for Robotic Touch";
|
||
url = "https://any-skin.github.io/";
|
||
}
|
||
{
|
||
name = "The42.life - Your Guide to the Galaxy";
|
||
url = "https://www.the42.life/";
|
||
}
|
||
{
|
||
name = "Busy Status Bar – Productivity Multi-tool Device with an LED pixel screen";
|
||
#"iconUri": "https://busy.bar/img/tild3537-6566-4933-a565-643230386161__bsb_icon_black.png";
|
||
url = "https://busy.bar/?hn";
|
||
}
|
||
{
|
||
name = "https://keypub.sh/";
|
||
url = "https://keypub.sh/";
|
||
}
|
||
{
|
||
name = "Robotics and ROS 2 Essentials - Course Announcement - Henki Robotics";
|
||
#"iconUri": "https://henkirobotics.com/wp-content/uploads/2024/10/cropped-henki_siteicon_square_2-192x192.png";
|
||
url = "https://henkirobotics.com/robotics-and-ros-2-essentials-course-announcement/";
|
||
}
|
||
{
|
||
name = "Card Generator by Prod.ly";
|
||
#"iconUri": "https://www.prod.ly/images/favicon.ico";
|
||
url = "https://www.prod.ly/card-generator";
|
||
}
|
||
{
|
||
name = "Paper Apps™ – Gladden Design";
|
||
#"iconUri": "https://gladdendesign.com/cdn/shop/files/gladguy-2020-22.png?crop=center&height=32&v=1715701726&width=32";
|
||
url = "https://gladdendesign.com/collections/paper-apps";
|
||
}
|
||
{
|
||
name = "SilverBullet";
|
||
#"iconUri": "https://silverbullet.md/.client/favicon.png";
|
||
url = "https://silverbullet.md/";
|
||
}
|
||
{
|
||
name = "Understanding Reasoning LLMs - by Sebastian Raschka; PhD";
|
||
#"iconUri": "https://substackcdn.com/image/fetch/f_auto;q_auto:good;fl_progressive:steep/https%3A%2F%2Fbucketeer-e05bbc84-baa3-437e-9518-adb32be77984.s3.amazonaws.com%2Fpublic%2Fimages%2Fca9744ac-726d-4947-a030-91ea0ab38e23%2Ffavicon-32x32.png";
|
||
url = "https://magazine.sebastianraschka.com/p/understanding-reasoning-llms";
|
||
}
|
||
{
|
||
name = "Big Packages or Many Dependencies — Sympolymathesy; by Chris Krycho";
|
||
#"iconUri": "https://v5.chriskrycho.com/assets/images/favicon.ico";
|
||
url = "https://v5.chriskrycho.com/notes/big-packages-or-many-dependencies/";
|
||
}
|
||
{
|
||
name = "Life Lessons from the First Half-Century of My Career – Communications of the ACM";
|
||
#"iconUri": "https://cacm.acm.org/wp-content/uploads/2023/11/cropped-cropped-cacm_favicon-1.png?w=192";
|
||
url = "https://cacm.acm.org/opinion/life-lessons-from-the-first-half-century-of-my-career/";
|
||
}
|
||
];
|
||
}
|
||
];
|
||
};
|
||
};
|
||
};
|
||
|
||
home = {
|
||
sessionVariables.BROWSER = "firefox";
|
||
#persistence."/persist/home/wieerwill" = {
|
||
# directories = [
|
||
# ".mozilla/firefox"
|
||
# ];
|
||
#};
|
||
};
|
||
|
||
}
|