VirtualTam's bookmarks
39 bookmarks found
-
Enable bracketed paste with Vim and Tmux
2021-11-02 - https://vimhelp.org/term.txt.html#xterm-bracketed-paste
- https://jdhao.github.io/2021/02/01/bracketed_paste_mode/
- https://cirw.in/blog/bracketed-paste
- https://vi.stackexchange.com/questions/25311/how-to-activate-bracketed-paste-mode-in-gnome-terminal-for-vim-inside-tmux
- https://stackoverflow.com/questions/5585129/pasting-code-into-terminal-window-into-vim-on-mac-os-x/7053522#7053522
- https://vi.stackexchange.com/questions/25135/why-does-f22-appear-when-pasting-into-vim/25157#25157
- https://vi.stackexchange.com/questions/24928/command-p-paste-script-shortcut/24929#24929
- https://news.ycombinator.com/item?id=18329305
-
- https://github.com/CoatiSoftware/Sourcetrail
- https://www.sourcetrail.com/blog/why_working_on_chrom_made_me_develop_a_tool_for_reading_source_code/
- https://www.sourcetrail.com/blog/media/prototype_one/
- https://www.sourcetrail.com/blog/media/prototype_two/
- https://developers.google.com/web/updates/2013/02/Profiling-Long-Paint-Times-with-DevTools-Continuous-Painting-Mode
-
Looper pedal with MIDI clock synchronization
2019-09-02 Threads:
- https://www.talkbass.com/threads/compact-looper-with-midi-sync-advice.1322813/
- https://www.talkbass.com/attachments/screen-shot-2018-01-15-at-10-50-39-am-png.2876469/
- https://www.jazzguitar.be/forum/guitar-amps-gizmos/59519-loopers-midi-sync.html
- https://www.gearslutz.com/board/electronic-music-instruments-and-electronic-music-production/1100762-looper-midi-sync.html
Pigtronix Infinity Looper (seems to be the favorite):
- https://pigtronix.com/product/infinity-looper/
- https://www.reddit.com/r/guitarpedals/comments/6ggsgq/pigtronix_infinity_looper_roland_tr8_midi_clock/
- https://forum.fractalaudio.com/threads/infinity-looper-format-larger-sd-card.104993/
BOSS RC-30 (no MIDI sync, only there 'cause I have one):
- http://forum.mybeatbuddy.com/index.php?threads/need-help-w-my-beat-buddy-and-the-boss-rc-30-looper.1325/
- https://www.talkbass.com/threads/is-it-possible-to-sync-two-boss-rc-30-loopers.1291450/
- https://rolandcorp.com.au/blog/taking-control-of-your-loop-station (also, W.T.F. ???)
BOSS RC-300 & RC-505:
-
TL;DR: Hydrators are used to map arrays to objects, and vice-versa
- https://www.doctrine-project.org/projects/doctrine-phpcr-odm/en/latest/reference/query.html#hydration-modes
- https://codereview.stackexchange.com/questions/222/php-doctrine-array-hydration
- https://github.com/doctrine/DoctrineModule/blob/master/docs/hydrator.md
- https://framework.zend.com/manual/2.4/en/modules/zend.stdlib.hydrator.html
- https://github.com/phpro/zf-doctrine-hydration-module
- https://github.com/zendframework/zend-hydrator
-
- https://cyber.wtf/2017/07/28/negative-result-reading-kernel-memory-from-user-mode/
- https://cyber.wtf/2018/01/05/behind-the-scene-of-a-bug-collision/
- https://lwn.net/Articles/738975/
- https://lwn.net/Articles/741878/
- https://lwn.net/Articles/741882/
- https://twitter.com/misc0110/status/948706387491786752
- https://www.theregister.co.uk/2018/01/02/intel_cpu_design_flaw/
-
GRUB dual-boot considerations
2018-01-05 -
Chaos Engineering - O'Reilly Media
2017-08-22 With so many interacting components, the number of things that can go wrong in a distributed system is enormous. You’ll never be able to prevent all possible failure modes, but you can identify many of the weaknesses in your system before they’re triggered by these events. This report introduces you to Chaos Engineering, a method of experimenting on infrastructure that lets you expose weaknesses before they become a real problem.
-
Writing Beamer presentations in org-mode
2017-06-25 -
GNU Emacs Manual: Cursor Display
2017-02-20 Highlight current line: M-x hl-line-mode
-
And more generally, "emacs as a <language> IDE":
- code completion
- snippet / templates
- project view
- syntax checking
- test harness utilities
See also:
-
Emacs org-mode examples and cookbook
2016-11-21