Article URL: https://github.com/moshix/SPFPC Comments URL: https://news.ycombinator.com/item?id=47649917 Points: 16 # Comments: 4| Hacker News: Newest
Article URL: https://github.com/salmanmohammadi/nanocode/discussions/1 Comments URL: https://news.ycombinator.com/item?id=47649742 Points: 24 # Comments: 3| Hacker News: Newest
Article URL: https://github.com/sumant1122/Perfmon Comments URL: https://news.ycombinator.com/item?id=47649701 Points: 10 # Comments: 2| Hacker News: Newest
Comments| Lobsters
Uses BPF_SOCK_OPS_ACTIVE_ESTABLISHED_CB to detect new TLS connections, then injects a fake ClientHello with spoofed SNI and low TTL via raw socket before the real handshake. Includes MSS clamping for ClientHello fragmentation and a built-in DoH resolver. Comments| Lobsters
Article URL: https://github.com/JuliusBrussee/caveman Comments URL: https://news.ycombinator.com/item?id=47647455 Points: 163 # Comments: 113| Hacker News: Newest
Article URL: https://github.com/MidstallSoftware/aegis Comments URL: https://news.ycombinator.com/item?id=47646472 Points: 53 # Comments: 4| Hacker News: Newest
Article URL: https://github.com/PluMGMK/vbesvga.drv Comments URL: https://news.ycombinator.com/item?id=47646363 Points: 54 # Comments: 14| Hacker News: Newest
Article URL: https://github.com/ExTV/Podroid Comments URL: https://news.ycombinator.com/item?id=47633131 Points: 205 # Comments: 75| Hacker News: Best
This repository was archived by the owner on Apr 3, 2026. It is now read-only. Anyone know what's up? This is a widely used plugin that a lot of people depend on, would be a shame to see it go. Comments| Lobsters
A Zsh theme. Contribute to romkatv/powerlevel10k development by creating an account on GitHub.| GitHub
Jujutsu support for Z Shell. Contribute to rkh/zsh-jj development by creating an account on GitHub.| GitHub
I'm trying to set up a shell prompt for jj, and an area where I'm feeling stuck is figuring out how to count changes. When using detached heads in git, I found it very helpful to have a short descr...| GitHub
Contribute to indirect/dotfiles development by creating an account on GitHub.| GitHub
Connect, secure, control, and observe services. Contribute to istio/istio development by creating an account on GitHub.| GitHub
| Hugo News
| Hugo News
| Hugo News
Perl 5 Metaconfig. Contribute to Perl/metaconfig development by creating an account on GitHub.| GitHub
A Hugo theme ported from startbootrap.com's resume template - eddiewebb/hugo-resume| GitHub
@bfgeek noted that when we allow compressible elements to compress down due to a percentage width or max-width, we limit that compression by their minimum size. He suggested that for elements with ...| GitHub
The min-content and max-content values are defined as "otherwise compute to the property’s initial value". I read that as "otherwise (in the block-axis) the computed value of this property is the p...| GitHub
The relevant spec text says: Percentages resolve to zero when specified against a content-based size [...] It's unclear to me what that means for calc()-expressions with percentage terms. For examp...| GitHub
The new sizing keywords are kindof important for authors, especially now that Flex and Grid make them more useful. It would be nice for the spec to have some illustrations. Needed SVG diagrams: siz...| GitHub
We have used the term “intrinsic size” to refer to two slightly different concepts (that overlap) in our spec: the inherent size of a replaced element (which sometimes exists) min-content and max-c...| GitHub
In https://drafts.csswg.org/css-sizing-3/#intrinsic: Otherwise if the box has a definite non-zero min-width or min-height, use that size and calculate the other dimension using the aspect ratio; if...| GitHub
https://drafts.csswg.org/css-sizing-3/#intrinsic-sizes which discusses the max-content sizes of replaced elements is a bit off in a few ways: The conditional for when this text triggers hooks the t...| GitHub
When a grid item is found inside a container whose track is mimax(min-content, 1fr) or 1fr has height:100% How do you compute the min-content height of the track? Usually in CSS we ignored height:1...| GitHub
In #2248 (comment) @MatsPalmgren wrote: I was just updating some code dealing with min-width:auto and I'm wondering if min-width:N%with an indefinite percentage basis counts as auto in this context...| GitHub
https://drafts.csswg.org/css-sizing-3/#percentage-sizing That section is a bit vague. It currently says: Percentages specify sizing of a box with respect to the box’s containing block. Although thi...| GitHub
This issue is probably blocking implementation of the fit-content() function (which is in css-sizing-3) in Gecko, based on a bug comment I wrote a few months ago. I realize I never filed an issue h...| GitHub
We appear to have no interop on this case: Chrome gives it 0x0, Firefox...| GitHub
https://drafts.csswg.org/css-sizing-3/#sizing-values min-content If specified for the inline axis, use the min-content inline size; otherwise behaves as the property’s initial value. Why is it now ...| GitHub
In https://lists.w3.org/Archives/Public/www-style/2017Aug/0045.html, Craig Francis said: Just re-raising the suggestion of allowing an iframe or textarea to increase its height based on its content...| GitHub
When we introduced special compression rules for replaced elements in #765 (see #765 (comment) ), we resolved to make max-width percentages apply the same compression to semi-replaced elements (e.g...| GitHub
CSSLayerRule interface needs to be specified.| GitHub
This was raised on #4969, related to the Cascade level 5 spec. We've defined a syntax for cascade layers to be declared as code-blocks or url imports: @layer reset url(remedy.css); @layer reset { a...| GitHub
In CSS Cascading & Inheritance L5 we define the @layer rule, and the way layers "stack" in priority based on the order they are first encountered. These will stack so the higher numbers override th...| GitHub
This is a thing which, just as property and selector aliases, exist. The later two are well defined, so we need to define this too. Some examples in Firefox: https://searchfox.org/mozilla-central/s...| GitHub
Regarding CSS Cascade 5 (cascade layers), @jensimmons commented on another thread about layer ordering: Would it be possible to allow Authors to set for themselves where in the cascade the "unlayer...| GitHub
In the spec for Cascade Layers we define default unlayered styles as being at the top of the normal layer stack, and the bottom of the !important layers. Any explicit layers are added below the nor...| GitHub
This issue affects CSS Cascade Level 4 and 5, both of which have defined the cascade priority comparison between tree scopes, but are not clear which tree scope presentational hints belong to (when...| GitHub
What should we do when revert-layer is used in the style attribute? For example, . I can think of two options: Treat style attribute as if in its own la...| GitHub
Consider @import rules below: @import url(url-not-found.css) layer(A); @import url(sheet.css) layer(B) not all; @import url(sheet.css) layer(C) supports(display: invalid-value); While these are val...| GitHub
Cascade Level 4 added the revert keyword for rolling back values to their definition in the previous origin. In the draft Cascade 5 specification we provide cascade layers, which are conceptually s...| GitHub
For example, you might expect this to define a fancy animation, ignoring the plain one: @layer plain fancy; @layer fancy { @keyframes anim { /* ... fancy animation ... */ } } @layer plain { @keyfra...| GitHub
Regarding empty @layer statements, the current spec says: Such empty @layer rules are allowed anywhere either @import or other @layer rules are allowed. And also: Any @import rules must precede all...| GitHub
This issue was raised on Cascade 5. The current cascade-layers proposal offers several directions. This also raises some question around ordering of @layer and @import rules. Currently: Layering is...| GitHub
Based on the spec definition of margin-collasping, there are at least two items which mention auto computed height: Two margins are adjoining if and only if: ... both belong to vertically-adjacent ...| GitHub
This issue is to collect use cases for overriding the intrinsic size of an element with some other value. Branched off of #4531 (comment)| GitHub
Grid Layout and Flex Layout use automatic minimum sizes (min-content, by default, but depending on the specified min-width/min-height) to prevent grid items and flex items from shrinking too small ...| GitHub
We have a definition of contain-intrinsic-size which specifies both width and height dimensions of the intrinsic size. For a case of vertical scrolling, we found that it is a common desire to have ...| GitHub
The content-visibility: auto value causes the user agent to apply size-containment under certain conditions (generally, when content is outside of the viewport) There is also another property that ...| GitHub
https://drafts.csswg.org/css-sizing-4/#aspect-ratio The title is not very descriptive, sorry -- I couldn't think of a succinct way to describe the issue. Basically:| GitHub
The allowed values for the contain-intrinsic-* properties are either none or a , with an initial value of none. When a contain-intrinsic-size: none; is combined with content-visibility: aut...| GitHub
CSS Working Group Editor Drafts. Contribute to w3c/csswg-drafts development by creating an account on GitHub.| GitHub
https://drafts.csswg.org/css-sizing-4/#aspect-ratio I just noticed that the spec was changed to allow a lot more values. In particular, 0 is now valid for aspect-ratio, but the spec doesn't say how...| GitHub
https://drafts.csswg.org/css-sizing-4/#aspect-ratio-size-transfers Sizing constraints in either axis (the origin axis) are transferred through the preferred aspect ratio to the other axis (the dest...| GitHub
Many people thruout the years have requested a 'size' property as a shorthand for 'width' and 'height', for the common cases when you want to set them both to the same value. (Either making the ele...| GitHub
Current spec specifies that definite sizes are transferred through the aspect ratio. But there are probably some cases where "indefinite" sizes need to also be transferred, e.g. replaced elements w...| GitHub
Test suites for Web platform specs — including WHATWG, W3C, and others - web-platform-tests/wpt| GitHub
We resolved that the new reading order spec should only apply to flex and grid layouts. In the comments on the PR @bradkemper proposes to include tables. Opening this issue to capture this discussi...| GitHub
Test suites for Web platform specs — including WHATWG, W3C, and others - web-platform-tests/wpt| GitHub
Test suites for Web platform specs — including WHATWG, W3C, and others - web-platform-tests/wpt| GitHub
Many tooltips use an animation effect. An example is the tooltips here on github: if you hover over the notification icon in the top-right, an opacity 0->1 animation is used for the tooltip. A simp...| GitHub
Test suites for Web platform specs — including WHATWG, W3C, and others - web-platform-tests/wpt| GitHub
Test suites for Web platform specs — including WHATWG, W3C, and others - web-platform-tests/wpt| GitHub
Test suites for Web platform specs — including WHATWG, W3C, and others - web-platform-tests/wpt| GitHub
This issue relates to the edits to CSS Display 4 based on this dicussion, and the as-yet unmerged PR at #8257. TL:DR is that we are wondering if we only need reading-order:auto (on the children) an...| GitHub
Test suites for Web platform specs — including WHATWG, W3C, and others - web-platform-tests/wpt| GitHub
Test suites for Web platform specs — including WHATWG, W3C, and others - web-platform-tests/wpt| GitHub
Test suites for Web platform specs — including WHATWG, W3C, and others - web-platform-tests/wpt| GitHub
The display: contents; property is part of the CSS Display Module Level 3. APA tracking of CSS Display Module Level 3 display: contents; causes an element’s children to appear as if they were direc...| GitHub
Test suites for Web platform specs — including WHATWG, W3C, and others - web-platform-tests/wpt| GitHub
Test suites for Web platform specs — including WHATWG, W3C, and others - web-platform-tests/wpt| GitHub
Test suites for Web platform specs — including WHATWG, W3C, and others - web-platform-tests/wpt| GitHub
https://webkit.org/demos/grid3/museum/ shows an example of auto-flowed items, with one item in the righthand corner. Similar layouts could be done with mixed-span grid items and dense packing, whic...| GitHub
Test suites for Web platform specs — including WHATWG, W3C, and others - web-platform-tests/wpt| GitHub
Test suites for Web platform specs — including WHATWG, W3C, and others - web-platform-tests/wpt| GitHub
Test suites for Web platform specs — including WHATWG, W3C, and others - web-platform-tests/wpt| GitHub
A proposal to provide a method in CSS for authors to opt in to following the visual order when in a flex or grid context. The grid and flexbox specifications detail that reordering caused by these ...| GitHub
Test suites for Web platform specs — including WHATWG, W3C, and others - web-platform-tests/wpt| GitHub
Test suites for Web platform specs — including WHATWG, W3C, and others - web-platform-tests/wpt| GitHub
Test suites for Web platform specs — including WHATWG, W3C, and others - web-platform-tests/wpt| GitHub
MonsterBook (L'oeuvre inhumaine) est une application DOS écrit en Borland Pascal de 1991 à 2007 - gladir/MonsterBook| GitHub
A minimum viable terminal emulator built on top of the libghostty C API. Ex minimo, infinita nascuntur. 👻🐣 - ghostty-org/ghostling| GitHub
Backblaze Reed-Solomon Implementation in Java. Contribute to Backblaze/JavaReedSolomon development by creating an account on GitHub.| GitHub
🖼️ Rendered 📝 Summary Introduce structural records of the form { foo: 1u8, bar: true } of type { foo: u8, bar: bool } into the language. Another way to understand these sorts of objects is to think...| GitHub
Anonymous struct and named arguments in Rust. Contribute to oooutlk/structx development by creating an account on GitHub.| GitHub
Style guides for Google-originated open-source projects - google/styleguide| GitHub
This code review checklist helps you be a more effective and efficient code reviewer. - mgreiler/code-review-checklist| GitHub
Mitigate the security risk: https://devcraft.io/2021/01/07/universal-deserialisation-gadget-for-ruby-2-x-3-x.html https://github.com/ruby/net-protocol/commit/a9970437e8| GitHub
https://github.com/rubygems/rubygems/commit/bfb3f67494| GitHub
The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.| GitHub
The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.| GitHub
The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.| GitHub
The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.| GitHub
The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.| GitHub
The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.| GitHub
The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.| GitHub