You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple example of a calculator programming language that compiles to native code!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Think twice before abandoning X11. Wayland breaks everything!
tl;dr: Wayland is not "the future", it is merely an incompatible alternative to the established standard with a different set of priorities and goals.
Wayland breaks everything! It is binary incompatible, provides no clear transition path with 1:1 replacements for everything in X11, and is even philosophically incompatible with X11. Hence, if you are interested in existing applications to "just work" without the need for adjustments, then you may be better off avoiding Wayland.
Wayland solves no issues I have but breaks almost everything I need. Even the most basic, most simple things (like xkill) - in this case with no obvious replacement. And usually it stays broken, because the Wayland folks mostly seem to care about Automotive, Gnome, maybe KDE - and alienating e
There's a lot of type terminology and jargon going around when discussing types
in Elm. This glossary attempts to list some of the most common type terms along
with synonyms, terms from other language communities, examples, and links to
more detailed articles on each topic.
oprogramowania mniej niż na Windows, a jeśli już to płatne. Ale to i tak lepiej niż Linux gdzie jest stary Skype, nie można udostępniać ekranu w Slacku, nie ma wielu programów. Czasami jest jakiś program na maca którego nie ma na Windows jak np. Sketch.
przełączanie między aplikacjami:
Mi na przykład bardziej pasuje zmiana programu przez alt+tab niż przesuwanie trzema palcami lub pokazanie wszystkich okien. Dodatkowo to pokazanie nie zawsze pokazuje miniatury. Nie wiem od czego to zależy. Dodatkowo przełączanie cmd+tab na macu grupuje aplikacje zamiast pokazać wszystkie okna. Jest hyperswitch ale on nie zachowuje stałej kolejności choć może jest to w opcjach. Dodatkowo niektóre aplikacje nie pokazują się przy używaniu hyperswitch jak są w fullscreen, np. zoom.us.
zewnętrzny monitor: nie da się z domyślnym oprogramowaniem zrobić only extrnal. Zainstalowałem jeden otwartoźródłowy i polecany, to wyłączył mi dwa ekrany
na zewnętrznym monitorze znika mi czasami kursor - musz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This gist explains how to interpret the DUSCMPUB-formatted mortality data found [here][1] in conjunction with the [reference PDF][2].
The [reference PDF][2] uses 3 components to describe the type of data, its location within the row, and its size:
data item: A specific datapoint, for example, a value representing the highest completed level of education.
tape location: The column within the line where a data item is located. Each character in a line represents a column, with each line having 472 columns.
size: The number of columns used to represent a particular data item.
How do you send information between clients and servers? What format should that information be in? What happens when the server changes the format, but the client has not been updated yet? What happens when the server changes the format, but the database cannot be updated?
These are difficult questions. It is not just about picking a format, but rather picking a format that can evolve as your application evolves.
Literature Review
By now there are many approaches to communicating between client and server. These approaches tend to be known within specific companies and language communities, but the techniques do not cross borders. I will outline JSON, ProtoBuf, and GraphQL here so we can learn from them all.