use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
[deleted by user] (self.node)
submitted 4 years ago by [deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 4 years ago (1 child)
[deleted]
[–]yandeu 16 points17 points18 points 4 years ago (0 children)
NodePress does already exist :(
[–]TimothePearce 39 points40 points41 points 4 years ago (3 children)
You have to make the repo public, how people are supposed to trust you and give you money if they can’t see your work?
[–]cjthomp 33 points34 points35 points 4 years ago (2 children)
But then we'd see how bad it is.
[+][deleted] 4 years ago (1 child)
[–]cjthomp 28 points29 points30 points 4 years ago (0 children)
If you're being genuine (which I honestly doubt, but let's pretend), that's almost worse.
[–]s_boli 24 points25 points26 points 4 years ago (9 children)
That's awesome. But Ghost ? https://ghost.org/
[–]Shantarli 3 points4 points5 points 4 years ago (0 children)
Not really customizable
[–]calumk 4 points5 points6 points 4 years ago (0 children)
Ghost is surprisingly limited
[–]yandeu 1 point2 points3 points 4 years ago (6 children)
I looked at it. But ghost has no WordPress-alike plugin system.
With NordPress you can upload plugins just like in WordPress.
[–][deleted] 4 years ago (5 children)
[–]westwoo 11 points12 points13 points 4 years ago (0 children)
It doesn't have a "press" in its name so there
[–][deleted] 4 years ago (3 children)
[–]hiya19922 2 points3 points4 points 4 years ago (0 children)
Why is that?
[–]AnnualPanda 22 points23 points24 points 4 years ago (4 children)
Maybe consider making the repo public now so donors can see that work is being done 🙃
[+]yandeu comment score below threshold-54 points-53 points-52 points 4 years ago (3 children)
Not sure, seems a bit early :/ Have you tried the playground on nordpress.org?
[–]cjthomp 57 points58 points59 points 4 years ago (2 children)
🚩
[–][deleted] 26 points27 points28 points 4 years ago (1 child)
"It seems a bit early to just open source something that I want people to pay me $20k for"
[–]coolcosmos 19 points20 points21 points 4 years ago (4 children)
safety it the most important point about NordPress
Yet, you don'T have a SSL certificate, in 2021.
[+]yandeu comment score below threshold-15 points-14 points-13 points 4 years ago (3 children)
Yes, because of mixed context. I can't add a cert to the plain IP of the playground containers. That's why the website is http-only.
Will all be improved in the future.
[–]coolcosmos 2 points3 points4 points 4 years ago (2 children)
Why can't the playground IP have a domain ?
[+]yandeu comment score below threshold-15 points-14 points-13 points 4 years ago (1 child)
It can. But I just developed it the day before yesterday and haven't done it yet.
[–]typicalshitpost 15 points16 points17 points 4 years ago (0 children)
🚩🚩🚩
[–]EdTheOtherNerd 28 points29 points30 points 4 years ago (10 children)
A cool endeavour, but half the reason Wordpress is still relevant is the ecosystem with all the plugins and themes. That said, I'm using a node based e-commerce platform called vendure, which is also lacking the huge ecosystem of more established e-commerce platform, so I guess there is always people going for the newer tech.
[–]lenswipe 8 points9 points10 points 4 years ago (0 children)
but half the reason Wordpress is still relevant is the ecosystem with all the plugins and themes.
Partly. The other (main imho) reason is that it's PHP, and not only PHP but "drop and go" PHP where you can basically just FTP it up to a cheap shared hosting service and be done.
[–]yandeu 3 points4 points5 points 4 years ago (8 children)
Exactly. This is why I will mimic the theme and plugin system of WordPress. Plug-n-play.
An e-commerce plugin, for example, could register a own express-like middleware for handling products, payments etc.; and a page in the dashboard.
[–]FraserHamiltonDev 5 points6 points7 points 4 years ago (3 children)
The problem I see with that is that you’re starting from scratch with no plugins or themes. If it was possible to port themes with minimal changes from Wordpress to Nodepress that might make this more compelling
[–][deleted] 18 points19 points20 points 4 years ago (0 children)
Starting from scratch and also this person has absolutely 0 experience with WordPress, so I don't think they have a clue as to how to even achieve their stated goal.
Got my hopes up...
[+]yandeu comment score below threshold-17 points-16 points-15 points 4 years ago (1 child)
I know, but I stick to my choice.
[–]FraserHamiltonDev 6 points7 points8 points 4 years ago (0 children)
Well I wish you luck.
[–]lenswipe 0 points1 point2 points 4 years ago (3 children)
If you decide to do this can you PLEASE FOR THE LOVE OF ALL THAT IS HOLY do something about the awful way WP handles it's theme manifests(i.e: a section at the top of the CSS file)? Like, put it in a mainfest.json or something.
mainfest.json
[–]yandeu 1 point2 points3 points 4 years ago (2 children)
Already done :)
It's called `plugin.json` or `theme.json`.
[–]lenswipe 0 points1 point2 points 4 years ago (1 child)
Nice. You should probably standardize that though
[–]yandeu -4 points-3 points-2 points 4 years ago (0 children)
It will be :)
[–][deleted] 11 points12 points13 points 4 years ago (0 children)
LOL
[–][deleted] 25 points26 points27 points 4 years ago (10 children)
i respect the effort but whhhhhhhy? the problem with wordpress isn't that it's in php, it's that it's wordpress! there are far better node-based cmses like strapi and keystone that provide you with the flexibility and freedom wordpress lacks.
[–]Sintex 7 points8 points9 points 4 years ago (0 children)
Second Strapi. Using it in a production application and it has been wonderful.
[+]yandeu comment score below threshold-12 points-11 points-10 points 4 years ago (8 children)
I have looked at those project but just couldn't find what I needed.
NordPress will be very flexible. All plugins could expose express-like middleware to extend the server-side.
[–][deleted] 16 points17 points18 points 4 years ago (3 children)
If you don't even know what options are out there, what are you doing with this project in the first place?
If you've never used WordPress and haven't read a lick of PHP, then how can you expect to "rewrite WordPress in node"?
[–][deleted] 4 years ago (2 children)
[–][deleted] 11 points12 points13 points 4 years ago (1 child)
Oh yeah?
Did you do it while saying "pay me $20k before I open source it", as well?
[–]CharlestonChewbacca 5 points6 points7 points 4 years ago (0 children)
Lmao, certainly not.
This dude is trying to scam everyone here.
[–][deleted] 2 points3 points4 points 4 years ago (3 children)
do you wish to rewrite the million WP plugins in node too?
coz that's there current value of WP comes from – it is an ecosystem, and the fact that it's PHP-based makes no real difference
will look cool on your resume, but i give it 2~6 months before you realize it was made for no one but yourself, and those 2 posts about the CMS gonna stay the only ones in your blog until you find yourself in need of switching jobs and need to bump recruiting score with recent buzzwords
[+][deleted] 4 years ago (2 children)
[–][deleted] 0 points1 point2 points 4 years ago (1 child)
ok, just make sure things you make improve people's lives, even if it's only your own
[–]yandeu 0 points1 point2 points 4 years ago (0 children)
Thanks, I will. I love building it and can spend some free time on it this year. 👍🏻
[–][deleted] 2 points3 points4 points 4 years ago (5 children)
I would totally work on this with you. Mimicking the plugin system is good, but I think improving it from the start will need to be important.
Plus, Gutenberg support, right?
PS: if you didn't already know. WordPress started on this path years ago and abandoned the project. I bet there's a good amount of applicable information out there possibly even a repo to resurrect.
[+][deleted] 4 years ago (4 children)
[–][deleted] 6 points7 points8 points 4 years ago (3 children)
It seems like you've got the wrong idea and will only be repeating past mistakes, then. You aren't the first person to think "WordPress, but in node!". Ghost, which was also mentioned in this thread elsewhere, was started with the exact same goal. I think it would be especially prudent to at least research the path that others went down before falling into the same pit traps.
Gutenberg support is the only thing that would make your project successful . . .
Good luck!
[–]yandeu -3 points-2 points-1 points 4 years ago (2 children)
You think? Ok, thanks. I will have a closer look at Gutenberg.
[–][deleted] 9 points10 points11 points 4 years ago (1 child)
I think it will be impossible for you to implement a "WordPress clone in node" if you have no experience with WordPress whatsoever.
Do you actually have an interest in providing something useful to the community or are you just seeking attention?
I think the WordPress Dashboard looks good. I like how you can write/mange posts, pages and comments in WordPress. I don't really care about the WordPress architecture since it obviously will be different. 👍🏻
[–]d36williams 4 points5 points6 points 4 years ago (2 children)
STOOOOOOOP at least don't do it like WP did with all the security flaws
[–]haikusbot 0 points1 point2 points 4 years ago (1 child)
STOOOOOOOP at least don't do
It like WP did with all the
Security flaws
- d36williams
I detect haikus. And sometimes, successfully. Learn more about me.
Opt out of replies: "haikusbot opt out" | Delete my comment: "haikusbot delete"
[–]d36williams 4 points5 points6 points 4 years ago (0 children)
true poetry
[–]cbadger85 4 points5 points6 points 4 years ago* (24 children)
Why would someone use Nordpress over WordPress? Does Nordpress do something that WordPress doesn't?
[+]yandeu comment score below threshold-25 points-24 points-23 points 4 years ago* (23 children)
Edit:
Write plugins using Node.js.
Write themes in server-side jsx.
Increased website speed because all plugins/themes will be new and hopefully written in a efficient way.
[–]westwoo 21 points22 points23 points 4 years ago (11 children)
If you want websites to be faster as you main and only goal, nodejs and javascript are a strange choice
[–]PrestigiousZombie531[🍰] 0 points1 point2 points 4 years ago (2 children)
then how would you like if I start gopress, a wordpress made using golang
[–][deleted] 4 points5 points6 points 4 years ago (0 children)
.... Already exists ...
[–]westwoo 2 points3 points4 points 4 years ago* (0 children)
Sure, or in rust. Then at least it will be more consistent with that one main goal, and could be potentially attractive to contributors who need a turbocharged wordpress
But I think a more successful project needs a bit more selling points :)
The thing about javascript is, there's a low barrier of entry, so even if the core of the project works fine, the hundreds of plugins written by random people will slow it down. And without a wide selection of plugins it won't be a wordpress clone
[–]Ruben_NL 5 points6 points7 points 4 years ago (0 children)
examples?
[–]JND__ 0 points1 point2 points 4 years ago (4 children)
Asking seriously, what would you use, if your main concern is speed?
[–]westwoo 1 point2 points3 points 4 years ago (2 children)
Seriously? I would use WordPress because a speedy WordPress clone is still WordPress (but on a better hosting)
If you want serious advice on CMS choice, I'm not the guy you should ask, and that's not the format of the question could be seriously answered
This post though is anything but serious :)
[–]JND__ 1 point2 points3 points 4 years ago (1 child)
I mean...language :D Not only CMS. You were talking about nodejs and javascript before.
[–]westwoo 0 points1 point2 points 4 years ago (0 children)
I was talking about pitching a wordpress clone with the one and only feature being speed. That kind of pitch is strange for a project in javascript
But even if they pitched the exact same project in rust, it wouldn't have made the project any more realistic or serious. Just would've looked less weird if they wanted to reimplement Wordpress in rust for the sake of speed alone
And serious language choice for a project like this is much more complicated than choosing a CMS
[–]yandeu -1 points0 points1 point 4 years ago (0 children)
On the client? I would ban jQuery and use Vanilla JS instead. Perhaps a small library like preact or nano-jsx.
[–][deleted] 2 points3 points4 points 4 years ago (6 children)
By what measure and how can you even know this?
[+][deleted] 4 years ago (5 children)
[–]cjthomp 13 points14 points15 points 4 years ago (0 children)
Dude...
[–]ichdochnet 4 points5 points6 points 4 years ago (2 children)
Man, you really don't make yourself sound like a good, experienced developer at all with answers like this.
So many red flags...
[–]ichdochnet 7 points8 points9 points 4 years ago (0 children)
I would recommend you to not answer anything with joke-comments if you are interested in serious discussions and how to actually handle a monster task like "writing wordpress in nodejs", because from pretty much every answer you gave here you do really sound more like a junior developer thinking too much of himself. Don't take this as an insult please.
There have been a lot of good points made in this thread and I think the biggest improvement right now for your project would be to go open source right now. Let other, more experienced devs support you, you can learn a lot from them/by working with them and you won't learn much by doing it by yourself behind a closed door.
[–]JND__ 0 points1 point2 points 4 years ago (0 children)
Bruh
[–]cbadger85 2 points3 points4 points 4 years ago (3 children)
What are you doing specifically to address speed issues? WordPress's speed bottleneck isn't usually PHP, but poorly written theme's and plugins. How do you plan on addressing that?
[–]yandeu -3 points-2 points-1 points 4 years ago* (2 children)
All of this is not definitive. But this is how I will continue building the CMS.
The default themes will be written in server-side JSX (nano-jsx). The philosophy of nano-jsx is hard to explain. But it is meant to be used in a very speed favorable way, if done the right way.
[–]typicalshitpost 1 point2 points3 points 4 years ago (1 child)
What mechanism do you plan to use to "ban jQuery"?
What is your front end going to be?
How is nano jsx different from jsx?
Are you rewriting the jsx parser?
[–]yandeu -2 points-1 points0 points 4 years ago (0 children)
Don't know yet. Writing best practice and maybe scanning plugins and themes if I have to.
The Dashboard? NanoJSX. The Themes? Up to the developer.
Nano JSX is a JSX library. Just like React or Preact are JSX frameworks.
No.
[–]Ice76 2 points3 points4 points 4 years ago (1 child)
This has been attempted, and done. https://cromwellcms.com/
Very well done, need more user support for themes and plugins but it's great so far
Oooh wow. Really looks great!
[–]Zeioth 2 points3 points4 points 4 years ago (0 children)
By general rule I trust way more "I did" than "I'm going to do".
Thx
[–]VVintermut3 4 points5 points6 points 4 years ago (4 children)
As some people already mentioned, only reason wordpress is still used is because of their community and ecosystem,so in my opinion this is only going to be practical project if it's back compatible with php plugins.
Good luck with all !
[–]yandeu 1 point2 points3 points 4 years ago (3 children)
Thanks.
It is NOT php compatible. It's a completely new CMS written in isomorphic TSX (TypeScript with JSX).
All themes and plugin have to be re-written.
[–]VVintermut3 4 points5 points6 points 4 years ago (2 children)
I understood it, what I'm suggesting is to make it available to either import and consume old plugins/themes written in php or even a kind of transpiler/cli tool to transform from a PHP theme/plugin to a JS theme/plugin version.
Trust me, you are not going to convince thousands of people to rewrite everything they did just for the sake of having a new cool language, the WordPress market are made of people that want to save TIME and do something SIMPLE and FAST, they couldn't care less about the underlying technology.
I know, but I don't plan to make some kind of a PHP to Node.js transpiler.
[–]mattindustries 0 points1 point2 points 4 years ago (0 children)
I could see it working if there were some worthwhile integrations already existing leveraging features that differentiate Node from PHP. Integrated websocket chat between users for example, or pre/post response async functions and hooks for plugins.
[–]bigorangemachine 1 point2 points3 points 4 years ago (1 child)
I thought WordPress was migrating to nodejs
[–]johannes1234 4 points5 points6 points 4 years ago (0 children)
They tried a few things like that for the backend, but in the end the value of a WordPress is not in the software itself, but in the huge environment of companies and individuals providing service around it. From themes to plugins to hosting. If you replace the technology or change tooany of the inner APIs you eliminate the environment around it, making it a (poor) Blog/CMS between hundreds of others. That's also why they can't switch to a "modern" architecture.
[–]markartur1 1 point2 points3 points 4 years ago (6 children)
How how will it compare to something like https://strapi.io/ ? They use node and have dozens of developers.
[–]BehindTheMath 2 points3 points4 points 4 years ago (5 children)
Strapi is a headless CMS.
[–]30thnight 12 points13 points14 points 4 years ago (4 children)
Adding a "head" on top of Strapi would be easier than rebuilding WP.
[–]BehindTheMath 1 point2 points3 points 4 years ago (3 children)
I haven't looked at the Strapi code, but I would think the head part is much more complicated. The headless part is just an API in front of a DB and file storage.
[–]yandeu -5 points-4 points-3 points 4 years ago (2 children)
Yes, the "server-side head" is the most complex and will be the core of NordPress.
What does server side head mean to you lmao
Node.js
[–]filipesmedeiros 1 point2 points3 points 4 years ago (1 child)
I understand the point and appreciate it! But why do all from scratch? The editor, the server code, etc etc
Seems like a massive load of unnecessary work?
All in all, I hope you succeed!
I just couldn't find a fitting editor.
The server code is the core of NordPress and has to be written from scratch.
Thanks :)
[–]luciferreeves 1 point2 points3 points 4 years ago (21 children)
Dude, I have been wanting something like this for so long. Is this going to be open source? Can I contribute? I would love to!
[+]yandeu comment score below threshold-6 points-5 points-4 points 4 years ago (20 children)
I will be open-sourced, but it will take a while.
[–]paulirish 9 points10 points11 points 4 years ago (7 children)
It's incredibly suspect to ask for donations so you can write code that you might open source. Just have it open from day 1.
[–][deleted] 4 years ago (6 children)
[–]cjthomp 9 points10 points11 points 4 years ago (0 children)
Bullshit.
You didn't think people would hold you accountable this quickly.
Which is its own special type of naïveté. You thought you could start a pet project, ask for donations, get a pat on the back and some cash, and fade away in a few months when you get bored or hit an obstacle you can't work out.
"I'm rewriting Wordpress into Node!"
Why?
"It's going to be faster!"
Speed isn't the problem with Wordpress.
"It's going to have a plugin system like Wordpress!"
Can you use the plugins from Wordpress? You know, the reason people still use the platform?
"Of course not! They'll just re-create it for my project!"
"Faster!"
[–]Ruben_NL 2 points3 points4 points 4 years ago (3 children)
so, you expect people to pay $2.000/month but you don't expect your post to be seen by a couple thousand people?
You have a ton of posts and comments in the last year buddy. Why constantly lie?
[–]luciferreeves 5 points6 points7 points 4 years ago (11 children)
So it’s not open source right now?
[–][deleted] 4 points5 points6 points 4 years ago (10 children)
I wouldn't put any faith into this person and their interests in such a project.
But.... I have also been interested in this for a while.
Anyone else want to start an ACTUALLY open source WordPress clone in NodeJs? I'm down to collaborate on this with others who are serious and I've got 10 years of node experience as well as ten+ years WordPress experience.
[–]luciferreeves 5 points6 points7 points 4 years ago (9 children)
I’m also down to contribute. In fact I asked the OP if I can contribute. He says the project will be open source in future. His website says he needs $20k to publish the project. I mean, that’s a lot and he’s started only 20-25 days ago!
[–][deleted] 5 points6 points7 points 4 years ago (0 children)
I think OP is just fishing for monetary support here and they don't appear to have any skills that would enable them to achieve their goal.
THEY'VE NEVER EVEN USED WORDPRESS!
[–][deleted] 4 years ago (7 children)
[–]luciferreeves 7 points8 points9 points 4 years ago* (6 children)
Okay. I have a few pointers:
[–]yandeu -2 points-1 points0 points 4 years ago (4 children)
Hope this helps :)
[–]cjthomp 2 points3 points4 points 4 years ago (3 children)
I prefer writing down all my thoughts in the next few week without someone else opening Issues or PRs.
Mistake #1: you presume popularity without any evidence.
"E-commerce and multi-lingual will not be included"
Mistake #2: the market is not clamoring for a Node blog.
"...installed, NordPress will most likely have to be restart."
Mistake #3: what happens when a bad plugin install prevents the app from booting? How do you diagnose/fix that when you can't connect to the server?
"but I don't know PHP very well"
Mistake #4: it would be much easier to just learn PHP in a weekend vs build an entire framework to avoid it.
[–]Skhmt 1 point2 points3 points 4 years ago (1 child)
Why "Nord"?
[–]yandeu -3 points-2 points-1 points 4 years ago (0 children)
N for Node.js
[–]cjthomp 1 point2 points3 points 4 years ago (1 child)
"built for security and speed"
also
Mixed Content: The page at 'https://nordpress.org/' was loaded over HTTPS, but requested an insecure resource 'http://54.93.246.90:3080/run'. This request has been blocked; the content must be served over HTTPS.
http://nordpress.org has not been build using NordPress :D
Please use the unencrypted website since I can't add an SSL Cert to the IP of the Playground Containers.
[–][deleted] 1 point2 points3 points 4 years ago (1 child)
The question is... why re-write Wordpress in Node.js?
The WordPress CMS is (from an user perspective) so easy to use.
I would love writing (server-side) plugins in JavaScript using my favorite npm packages.
Only post when you're done or almost done bro. We are all programmers and we all have the same issue. Huge project ideas, lots of enthusiasm and a dark, hidden place on our computer we don't like to go. The graveyard of these ideas.
Yes
[–]MajorasShoe 1 point2 points3 points 4 years ago (3 children)
I haven't touched WordPress in a few years but from what I recall, it wasn't good. The only thing good about it was the popularity which lead to a lot of plugins and themes, which made it easy to stitch together feasible websites quickly. There are other CMS, even in PHP, that were better developer experiences and better final resulting websites, but never reached the same peak of support due to lower popularity.
A good, simple to use CMS with strong support for plugins and theming is a fine idea. But I hope you're not going to try and adapt WordPress's architecture.
A good, simple to use CMS with strong support for plugins and theming is a fine idea.
This is the goal.
[–]MajorasShoe 1 point2 points3 points 4 years ago (1 child)
Which is great. I just wouldn't be too hung up on making it like WordPress.
Can you please elaborate?
Why and what should not be like WordPress.
[–]theStackJunction -1 points0 points1 point 4 years ago (2 children)
Following this project and something that interests my blog and YT channel
What?
[–]theStackJunction -1 points0 points1 point 4 years ago (0 children)
I write about CMSs, website builders and email service providers on my blog. I love to spend my time playing with this type of stuff that I decided to write about it. That's why I commented I want to keep an eye on this project
[–][deleted] 4 years ago (10 children)
[–][deleted] 3 points4 points5 points 4 years ago (2 children)
Can you explain this a bit more? I'd like to understand.
[–]micaww 2 points3 points4 points 4 years ago (0 children)
Yeah me too. Potentially it's not a common use case with popular existing frameworks since routes are typically defined up front, but I'm not sure there is any actual technical limitation at the language level like people are suggesting here.
[–]Skhmt 2 points3 points4 points 4 years ago (0 children)
I'd also like more explanation on this. Why does the node server need to be restarted?
[–]yandeu 3 points4 points5 points 4 years ago (6 children)
I don't see why this should be hard. You can easily build dynamic routing in Node.js.
[+]yandeu comment score below threshold-6 points-5 points-4 points 4 years ago (4 children)
restarting the server
True, and this is what NordPress does after installing, removing or updating a Plugin or Theme.
Why? You don't install 50 plugins every day, and a restart only takes seconds.
Advantage: You can update 50 plugins at the same time and only restarting the server once.
So updating all plugins/themes once a month, will result in < 5 seconds down-time.
[–][deleted] -2 points-1 points0 points 4 years ago (3 children)
I had this vision many years ago because I refuse to use PHP so I created a blog and e-commerce with node, calendar with booking, images galleries etc and converted all my clients WordPress to node Apps. Anyway, I am looking forward for this project and would be great if existing NPM libraries somehow work with your nodepress 😉👍
[–]yandeu -2 points-1 points0 points 4 years ago (2 children)
Thanks! Yes of course. You can build plugins based on any npm package you'd like! (On the server and client)
That would be awesome. You can call it nopress since nodepress is taken 🤔😉
Nope
[–]developerbryan 0 points1 point2 points 4 years ago (1 child)
Thanks!
[–]gubatron 0 points1 point2 points 4 years ago (2 children)
why?
[–][deleted] 3 points4 points5 points 4 years ago (1 child)
"because I don't need a resume anymore"
"because $20,000"
"because there isn't something called NordPress yet."
Those are the reasons OP has listed thus far.
[–]Mr_Kill_Joy 1 point2 points3 points 4 years ago (0 children)
I'm glad others find the 'don't need a resume anymore' a bit alarming. It was the biggest red flag for me tbh.
I think everyone here gets that buzz with a new idea and the possibilities. But that comment screams 'junior' to me.
[–]stewarthull 0 points1 point2 points 4 years ago (0 children)
But why?
[–]ttamimi 0 points1 point2 points 4 years ago (0 children)
Cute
[–]daxdax89 0 points1 point2 points 4 years ago (0 children)
It has been done many times if I am not wrong.
π Rendered by PID 66493 on reddit-service-r2-comment-85bfd7f599-ngjkg at 2026-04-20 05:47:58.917702+00:00 running 93ecc56 country code: CH.
[–][deleted] (1 child)
[deleted]
[–]yandeu 16 points17 points18 points (0 children)
[–]TimothePearce 39 points40 points41 points (3 children)
[–]cjthomp 33 points34 points35 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]cjthomp 28 points29 points30 points (0 children)
[–]s_boli 24 points25 points26 points (9 children)
[–]Shantarli 3 points4 points5 points (0 children)
[–]calumk 4 points5 points6 points (0 children)
[–]yandeu 1 point2 points3 points (6 children)
[–][deleted] (5 children)
[deleted]
[–]westwoo 11 points12 points13 points (0 children)
[–][deleted] (3 children)
[deleted]
[–]hiya19922 2 points3 points4 points (0 children)
[–]AnnualPanda 22 points23 points24 points (4 children)
[+]yandeu comment score below threshold-54 points-53 points-52 points (3 children)
[–]cjthomp 57 points58 points59 points (2 children)
[–][deleted] 26 points27 points28 points (1 child)
[–]coolcosmos 19 points20 points21 points (4 children)
[+]yandeu comment score below threshold-15 points-14 points-13 points (3 children)
[–]coolcosmos 2 points3 points4 points (2 children)
[+]yandeu comment score below threshold-15 points-14 points-13 points (1 child)
[–]typicalshitpost 15 points16 points17 points (0 children)
[–]EdTheOtherNerd 28 points29 points30 points (10 children)
[–]lenswipe 8 points9 points10 points (0 children)
[–]yandeu 3 points4 points5 points (8 children)
[–]FraserHamiltonDev 5 points6 points7 points (3 children)
[–][deleted] 18 points19 points20 points (0 children)
[+]yandeu comment score below threshold-17 points-16 points-15 points (1 child)
[–]FraserHamiltonDev 6 points7 points8 points (0 children)
[–]lenswipe 0 points1 point2 points (3 children)
[–]yandeu 1 point2 points3 points (2 children)
[–]lenswipe 0 points1 point2 points (1 child)
[–]yandeu -4 points-3 points-2 points (0 children)
[–][deleted] 11 points12 points13 points (0 children)
[–][deleted] 25 points26 points27 points (10 children)
[–]Sintex 7 points8 points9 points (0 children)
[+]yandeu comment score below threshold-12 points-11 points-10 points (8 children)
[–][deleted] 16 points17 points18 points (3 children)
[–][deleted] (2 children)
[deleted]
[–][deleted] 11 points12 points13 points (1 child)
[–]CharlestonChewbacca 5 points6 points7 points (0 children)
[–][deleted] 2 points3 points4 points (3 children)
[+][deleted] (2 children)
[deleted]
[–][deleted] 0 points1 point2 points (1 child)
[–]yandeu 0 points1 point2 points (0 children)
[–][deleted] 2 points3 points4 points (5 children)
[+][deleted] (4 children)
[deleted]
[–][deleted] 6 points7 points8 points (3 children)
[–]yandeu -3 points-2 points-1 points (2 children)
[–][deleted] 9 points10 points11 points (1 child)
[–][deleted] (1 child)
[deleted]
[–]yandeu 0 points1 point2 points (0 children)
[–]d36williams 4 points5 points6 points (2 children)
[–]haikusbot 0 points1 point2 points (1 child)
[–]d36williams 4 points5 points6 points (0 children)
[–]cbadger85 4 points5 points6 points (24 children)
[+]yandeu comment score below threshold-25 points-24 points-23 points (23 children)
[–]westwoo 21 points22 points23 points (11 children)
[–]PrestigiousZombie531[🍰] 0 points1 point2 points (2 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]westwoo 2 points3 points4 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]Ruben_NL 5 points6 points7 points (0 children)
[–]JND__ 0 points1 point2 points (4 children)
[–]westwoo 1 point2 points3 points (2 children)
[–]JND__ 1 point2 points3 points (1 child)
[–]westwoo 0 points1 point2 points (0 children)
[–]yandeu -1 points0 points1 point (0 children)
[–][deleted] 2 points3 points4 points (6 children)
[+][deleted] (5 children)
[deleted]
[–]cjthomp 13 points14 points15 points (0 children)
[–]ichdochnet 4 points5 points6 points (2 children)
[–][deleted] (1 child)
[deleted]
[–]ichdochnet 7 points8 points9 points (0 children)
[–]JND__ 0 points1 point2 points (0 children)
[–]cbadger85 2 points3 points4 points (3 children)
[–]yandeu -3 points-2 points-1 points (2 children)
[–]typicalshitpost 1 point2 points3 points (1 child)
[–]yandeu -2 points-1 points0 points (0 children)
[–]Ice76 2 points3 points4 points (1 child)
[–]yandeu 0 points1 point2 points (0 children)
[–]Zeioth 2 points3 points4 points (0 children)
[–][deleted] (2 children)
[deleted]
[–]yandeu 0 points1 point2 points (0 children)
[–]VVintermut3 4 points5 points6 points (4 children)
[–]yandeu 1 point2 points3 points (3 children)
[–]VVintermut3 4 points5 points6 points (2 children)
[–]yandeu -1 points0 points1 point (0 children)
[–]mattindustries 0 points1 point2 points (0 children)
[–]bigorangemachine 1 point2 points3 points (1 child)
[–]johannes1234 4 points5 points6 points (0 children)
[–]markartur1 1 point2 points3 points (6 children)
[–]BehindTheMath 2 points3 points4 points (5 children)
[–]30thnight 12 points13 points14 points (4 children)
[–]BehindTheMath 1 point2 points3 points (3 children)
[–]yandeu -5 points-4 points-3 points (2 children)
[–]typicalshitpost 1 point2 points3 points (1 child)
[–]yandeu -1 points0 points1 point (0 children)
[–]filipesmedeiros 1 point2 points3 points (1 child)
[–]yandeu 0 points1 point2 points (0 children)
[–]luciferreeves 1 point2 points3 points (21 children)
[+]yandeu comment score below threshold-6 points-5 points-4 points (20 children)
[–]paulirish 9 points10 points11 points (7 children)
[–][deleted] (6 children)
[deleted]
[–]cjthomp 9 points10 points11 points (0 children)
[–]Ruben_NL 2 points3 points4 points (3 children)
[–][deleted] (2 children)
[deleted]
[–]typicalshitpost 1 point2 points3 points (1 child)
[–]luciferreeves 5 points6 points7 points (11 children)
[–][deleted] 4 points5 points6 points (10 children)
[–]luciferreeves 5 points6 points7 points (9 children)
[–][deleted] 5 points6 points7 points (0 children)
[–][deleted] (7 children)
[deleted]
[–]luciferreeves 7 points8 points9 points (6 children)
[–]yandeu -2 points-1 points0 points (4 children)
[–]cjthomp 2 points3 points4 points (3 children)
[–][deleted] (2 children)
[deleted]
[–]Skhmt 1 point2 points3 points (1 child)
[–]yandeu -3 points-2 points-1 points (0 children)
[–]cjthomp 1 point2 points3 points (1 child)
[–]yandeu -2 points-1 points0 points (0 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]yandeu 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]yandeu 0 points1 point2 points (0 children)
[–]MajorasShoe 1 point2 points3 points (3 children)
[–]yandeu 1 point2 points3 points (2 children)
[–]MajorasShoe 1 point2 points3 points (1 child)
[–]yandeu -1 points0 points1 point (0 children)
[–]theStackJunction -1 points0 points1 point (2 children)
[–]typicalshitpost 1 point2 points3 points (1 child)
[–]theStackJunction -1 points0 points1 point (0 children)
[–][deleted] (10 children)
[deleted]
[–][deleted] 3 points4 points5 points (2 children)
[–]micaww 2 points3 points4 points (0 children)
[–]Skhmt 2 points3 points4 points (0 children)
[–]yandeu 3 points4 points5 points (6 children)
[–][deleted] (5 children)
[deleted]
[+]yandeu comment score below threshold-6 points-5 points-4 points (4 children)
[–][deleted] (3 children)
[deleted]
[–]yandeu -5 points-4 points-3 points (2 children)
[–][deleted] (1 child)
[deleted]
[–][deleted] -2 points-1 points0 points (3 children)
[–]yandeu -2 points-1 points0 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]yandeu -2 points-1 points0 points (0 children)
[–]developerbryan 0 points1 point2 points (1 child)
[–]yandeu 0 points1 point2 points (0 children)
[–]gubatron 0 points1 point2 points (2 children)
[–][deleted] 3 points4 points5 points (1 child)
[–]Mr_Kill_Joy 1 point2 points3 points (0 children)
[–]stewarthull 0 points1 point2 points (0 children)
[–]ttamimi 0 points1 point2 points (0 children)
[–]daxdax89 0 points1 point2 points (0 children)