yabs.io

Yet Another Bookmarks Service

Viewing mzimmerm's Bookmarks


[https://medium.com/flutter-community/dart-what-are-mixins-3a72344011f3] - - public:mzimmerm
dart, extend, good, implement, mixin - 5 | id:959123 -

Also describes 1) a edge scenario where class is used as mixin, then it should define a factory constructor and be abstract. 2) if the same message on 2 mixins is 'move' the 'move' on the rightmost mixin is called (and no other mixin's 'move', unless the rightmost 'move' calls 'super'.

[https://stackoverflow.com/questions/53886304/understanding-factory-constructor-code-example-dart] - - public:mzimmerm
constructor, dart, factory, todo - 4 | id:958961 -

A good example of this use case in Dart is the abstract HTML Element class, which defines dozens of named factory constructor functions returning different subclasses. For example, Element.div() and Element.li() return and elements, respectively.

[https://electrictoolbox.com/rsync-ignore-existing-update-newer/] - - public:mzimmerm
command, good, linux, rsync - 4 | id:958875 -

Describes the default behavior is to force target system to be the same as source system.

[https://www.gnu.org/software/emacs/manual/html_node/elisp/Association-Lists.html] - - public:mzimmerm
alist, elisp, lisp - 3 | id:958865 -

[https://www.gnu.org/software/emacs/manual/html_node/elisp/Cons-Cell-Type.html] - - public:mzimmerm
alist, cell, cons, elisp, lisp, list - 6 | id:958864 -

Check the 3 links on the bottom. Alist is list of cons cells. Every list is also Alist: (list-utils-safe-equal '(1 2 3 4) '(1 . (2 3 4))) ==> true

[https://unix.stackexchange.com/questions/1960/differences-between-vnc-and-ssh-x] - - public:mzimmerm
connect, remote, ssh, vnc - 4 | id:958839 -

VNC exports a whole session, desktop and all, while ssh will run a single program and show its windows on your workstation. The VNC server exports a session that survives even when you disconnect your screen, and you can reconnect to it later with all the windows open etc. This is not possible with an ssh X tunnel, since when your X server dies, the windows go away. 1. That's the biggest reason I always use VNC, never direct X window. (I use VNC over a ssh tunnel). When I close the lid on my laptop, the connection is broken. With ssh -X, there is no way to resume -- I have to re-start the application from the beginning. With VNC (both direct and over a ssh tunnel), I can reconnect and resume. 2. If an actual GUI app is not required, and just basic shell access will do (e.g., xterm), then do “ssh“ followed by “screen bash“. If disconnected (laptop closed,vpn disconnected, etc), the remote shell stays active. Re-login & re-connect via “screen -r“. I only bring this up since I've seen people run vnc just for basic shell access (or run a remote xterm displayed locally); most of the time (but of course not always), simple shell access will suffice. @simona after the successful ssh login, then run screen: ssh user@host ; and after logged in: screen bash ; to disconnect, ctrl+a followed by ctrl+d. You can logout and login again, then: screen -ls and screen -r. Exiting bash exits the screen session. See screen tutorials

[https://www-newsweek-com.cdn.ampproject.org/v/s/www.newsweek.com/new-model-universe-does-away-dark-matter-mond-gravity-1642209?amp=1&_gsa=1&_js_v=a6&usqp=mq331AQIKAGwASCAAgM%3D#amp_tf=From%20%251%24s&aoh=16355214777585&csi=0&referrer=https%3A%2F%2Fwww.goo] - - public:mzimmerm
dark, gravity, matter, physics - 4 | id:830152 -

Modified gravity theory that claims no need for dark matter

[https://www-livescience-com.cdn.ampproject.org/v/s/www.livescience.com/amp/earth-tipped-on-side-and-back-again?amp_gsa=1&_js_v=a6&usqp=mq331AQIKAGwASCAAgM%3D#amp_tf=From%20%251%24s&aoh=16352668623710&csi=0&referrer=https%3A%2F%2Fwww.google.com&share=ht] - - public:mzimmerm
earth, planet, pole - 3 | id:830054 -

Nice description of how rotation axis of earth shifts around inner core.

With marked bookmarks
| (+) | |

Viewing 1451 - 1500, 50 links out of 1584 links, page: 30


Export:

JSONXMLRSS