Infopost | 2023.10.08
|
class Post { ... Set<String> getTokens() { for (Element element : postElements) { tokens.addAll(tokenize(element.getPlaintext())); tokens.removeAll(stopwords); } return tokens; }
class Post { ... double getSimilarity(Post a, Post b) { // return computeIntersection(a.getTags(), b.getTags()); return computeIntersection(a.getTokens(), b.getTokens()); }
functions | visual | size | machine learning | layers | neural | rgb | maxpool | transpose | input | white | helpful | used for | dimensionality | generation | images | sounds | kernels | pixel | output | convolutional | machine | convolution | the output | finding | needed | learning | examples | upscaling | edges
that would | pretend | happen | gme | were just | rounds | that they | what's the | plot | ticker | injection | gift | trading | product | only the | posts | plus | position | the plus | led | stats | the minus | old | night | minus | believe | shares | that would have | for that | imagine | page | interest | purchase | money | price | stuck | options | favorite | requests | web | premiums | hits | the gme | certain | better when | holding | did the
Tag similarity Token similarity -------------- ---------------- 0.057 0.021 0.285 0.022 0.357 0.020 0.400 0.028 0.428 0.013 0.461 0.011 0.529 0.027 0.571 0.047 0.689 0.017
Latest post | Similarity (pct) | Simliarity (nom) |
---|---|---|
wizardzines.com | 0.113 | 817 |
mooreds.com | 0.108 | 369 |
jhey.dev | 0.107 | 112 |
zander.wtf | 0.106 | 236 |
tonmeister.ca | 0.099 | 453 |
vianegativa.us | 0.098 | 499 |
usuf.fyi | 0.097 | 370 |
engineersneedart.com | 0.097 | 144 |
game | meme | question | learn | link | played | users | twitter | computer | security | legal | action | playing | boot | results | keeps
◄ |
2023.10.01
The underworldIs Stray good game for a two year old to copilot? Also Payday 3, Baldur's Gate 3, and Fallout 76. |
2023.10.18
Autopilot/soft landingInvestment risks, 401k funds are stupid, and ETFs that sell covered calls. |
► |
2023.09.27
EnwebbedParsing RSS feeds to find peers. |
2023.12.30
Feature completeMy static site generator can now recommend external blog/smallweb posts with similar subject matter. |
2022.08.03
Keras cheat sheetExamples of keras merging layers, convolutional layers, and activation functions in L, RGB, HSV, and YCbCr. |
mostlymaths.net
mostlymaths.net | Blog detailsHere are some details of the tools used to build and keep this blog. The engine is the static site generator Hugo Hosted on Github Pages The main header is a Julia set I computed many years ago The font is Reforma 1969 The code font is Monoid The drop caps are from the Byrne font by Nicholas Rougeaux The break decoration font is Nymphette Uses MathJax in some pages Uses D3. |
jakebasile.com
Why A Personal Website?I had fun setting up and deploying this site, but throughout the process, I had this nagging voice in my head alternating between "No one will visit this.", "Isn't it vain to have a personal site?", and "Why are you using a static site generator instead of writing it?" As an exercise and a form of self-soothing, I will attempt to answer these questions/accusations. Photo Details Camera: E-M5MarkIII Lens: OLYMPUS M. |
arne.me
Why You Should Write Your Own Static Site GeneratorI rewrote my personal website using basic libraries and the flexibility is incredible. |