Sources:
https://stackoverflow.com/questions/2231546/git-see-my-last-commit
https://git-scm.com/book/en/v2/Git-Basics-Viewing-the-Commit-History
See my last commit in git:
8000/tcp -> [::]:8000 what does '[::]' mean? | |
The notation [::] is an IPv6 address shorthand representing the unspecified address, also known as "all zeroes" address. When you see 8000/tcp -> [::]:8000, it means that the service is listening on all IPv6 addresses ([::]) on port 8000. | |
Explanation | |
IPv6 Address: :: is the shorthand for the IPv6 address 0:0:0:0:0:0:0:0, which essentially means "listen on all available network interfaces". | |
Port: 8000 indicates the port number on which the service is listening. | |
In the context of your output: |
Tailwind CSS and Bootstrap have different breakpoints because they are designed | |
with different philosophies and use cases in mind. Here's a brief overview of the differences and reasons: | |
Tailwind CSS | |
Utility-First Design: Tailwind CSS follows a utility-first approach, providing low-level utility classes | |
for building custom designs without having to write custom CSS. | |
Customization: Tailwind's breakpoints are highly customizable and can be tailored to fit | |
the specific needs of a project. The default breakpoints provided by Tailwind are: |
<template> | |
<svg | |
:width="width" | |
:height="height" | |
:viewBox="viewBox" | |
xmlns="http://www.w3.org/2000/svg" | |
> | |
<circle | |
:cx="circle.cx" | |
:cy="circle.cy" |
// Auto detect text files and perform LF normalization | |
* text=auto | |
In a .gitattributes file, setting `text=auto` means that the path is marked for automatic end-of-line normalization. | |
If Git decides that the content is text, its line endings are normalized to LF on check-in. | |
This setting allows fine-grained control over how line endings are converted. | |
https://stackoverflow.com/questions/21472971/what-is-the-purpose-of-text-auto-in-gitattributes-file | |
from that SO question: |
System Settings -> Keyboard -> Layouts | |
Add a layout with the plus sign, and select the German language from the list. | |
Then you have a little flag icon in the system tray. (if in the options there are enabled using country flaf) | |
Now with a simple click You can toggle between your favourite lanuages. | |
You can check the Character Table, if you click on the language flag on the tray, | |
and click 'Show Character Table'. |
Sources:
https://stackoverflow.com/questions/2231546/git-see-my-last-commit
https://git-scm.com/book/en/v2/Git-Basics-Viewing-the-Commit-History
See my last commit in git:
https://vuejs.org/api/reactivity-utilities.html#toref | |
https://vuejs.org/api/reactivity-utilities.html#torefs | |
In Vue 3, both toRef() and toRefs() are part of the Composition API and serve different purposes: | |
toRef(): | |
Converts a single reactive object property to a ref that maintains its connection with the parent object. | |
Example: |
PHP 8.0
https://www.php.net/releases/8.0/en.php
It contains many new features and optimizations including named arguments, union types, attributes, constructor property promotion, match expression, nullsafe operator, JIT, and improvements in the type system, error handling, and consistency.
Laravel is a popular PHP web application framework known for its elegant syntax, expressive features, and robust ecosystem. | |
It provides tools for routing, database interaction, authentication, and more, making it easier to build web applications. | |
Laravel Octane, on the other hand, is an open-source package that enhances Laravel’s performance. | |
https://laravel.com/docs/11.x/octane | |
Here are the key differences: | |
Performance: |
cpu-x
(like cpu-z)
inxi -F
lshw -class disk -class storage
sudo dmidecode --type slot