Skip to content

Instantly share code, notes, and snippets.

View discatte's full-sized avatar
💾

.:/ DiSCATTe \:. discatte

💾
View GitHub Profile
@discatte
discatte / poulsbo.md
Created May 7, 2023 20:24
Poulsbo Intel GMA Nec PowerVR SGX

Intel SCH US15/W/L (Poulsbo) — SGX535 Intel GMA 500) + VXD370

Model
Abit (USI) MID-100
Abit (USI) MID-150, MID-200
Acer Aspire One AO751h
Advantech MICA-101
Aigo MID P8860, P8880, P8888
@discatte
discatte / imode_article.md
Last active August 30, 2022 21:04
i-mode article from 2000

Copied here because uri is unstable [https://www.chicagotribune.com/news/ct-xpm-2000-05-24-0005240381-story.html]

WIRELESS `I-MAIL' CONNECTS IN JAPAN By Uli Schmetzer, Tribune Foreign Correspondent 6-7 minutes

TOKYO — If Japan's technology trends are any gauge of what the future might look like in the U.S., Americans may soon see teenagers wearing cordless phones as necklaces and using them to send e-mail without knowing how to type.

While Japan's young people are far less likely than American teens to use personal computers to surf the Web, millions of them are engaging in Web-like activities using a new generation of extremely portable clam-size cordless phones.

// ----
// Sass (vundefined)
// Compass (vundefined)
// dart-sass (v1.18.0)
// ----
$selector: "*";
$selector_rule: "*";
$selector_join: " + ";
@discatte
discatte / pocket_postpet.md
Created August 4, 2022 04:17
🐻 Pocket PostPet Links 🐱
@discatte
discatte / decoder.py
Created August 1, 2022 17:40 — forked from LucasVanDongen/decoder.py
KORG Monotribe AFSK firmware decoder
# -*- coding: utf-8 -*-
# KORG monotribe firmware decoder by:
# Ludovic Lacoste (aka Ludo6431) -- http://ludolacoste.com
#
# thanks to :
# Th0mas @ http://gravitronic.blogspot.com/2011/12/decoding-korg-monotribe-firmware.html
# nitro2k01 @ http://blog.gg8.se/wordpress/2011/12/04/korg-monotribe-firmware-20-analysis/
# decoder.py <input ascii bits file> <output file prefix>
@discatte
discatte / VAIOwallpaper32bit1024x768.htm
Created July 15, 2022 17:07
VAIO Active Desktop Time of Day Wallpaper
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script LANGUAGE="JavaScript">
<!--
current = 0;
layName='test';
// Hour * 60 * 60 + Minute * 60 + Sec
@discatte
discatte / ess_products.txt
Last active July 30, 2022 09:57
ESS AudioDrive Info (Thanks https://twitter.com/rakslice !) ES1488 ES1688 ES1879
(From SEC filing https://www.sec.gov/Archives/edgar/data/907410/0000891618-97-001254.txt)
(Found by https://twitter.com/rakslice)
ESS leverages a leadership position in PC audio, its video and fax/modem
technology, a diverse customer base, recognized quality, and dependable on-time
delivery to provide high quality, cost effective, and highly integrated
multimedia solutions for the personal computer and consumer markets. The Company
has three major families of products: the AudioDRIVE(TM) family addressing the
PC digital audio device market; the VideoDRIVE(TM) family targeting MPEG-1 and
MPEG-2 decompression-based consumer products, such as Video Compact Disk ("VCD")
-= ISA SOUNDCARD OVERVIEW =-
Source: gerwin @ https://www.vogons.org/viewtopic.php?t=9990&start=113
An incomplete overview of PC Soundcards for the ISA bus, as offered from around 1988 to 2000.
By GB 23-11-2010, v1.09, reachable at http://vogons.zetafleet.com
Data obtained from many datasheets, drivers, catalogues, internet articles and pictures, as well as some actual soundcards.
In each category the items are normally listed from earliest releases at the top, on to the latest items at the bottom.
Suggestions and Corrections are welcome.
@discatte
discatte / seiko_dates.md
Created June 28, 2022 03:35
Seiko Movement Calibre Dates

Backup of the table from http://www.watchsleuth.com/seikodatefinder/?show=all To help determine date ranges of watch calibre movements from seiko.

Mvmt Caliber Start End Type
0114A 0114 . . Quartz
0124A 0124 . . Quartz
0138A 0138 . . Quartz
0139A 0139 . . Quartz
0159A 0159 . . Quartz
@discatte
discatte / giffy.sh
Last active June 27, 2022 17:03
ffmpeg optimized animated gif
# Gif optimization based on
# https://cassidy.codes/blog/2017/04/25/ffmpeg-frames-to-gif-optimization/
# http://blog.pkh.me/p/21-high-quality-gif-with-ffmpeg.html
# https://github.com/intgr/keep-on-giffing
ffmpeg -i "my_frames_%03d.png" \
-vf "palettegen=stats_mode=diff:max_colors=256" \
"my_palette.png"
ffmpeg -i "my_frames_%03d.png" \