I continued to redesign Subreply and this weekend it gets a completely new sidebar to improve one hand usage on mobile devices.
I wonder why you chose 640 characters per reply. It always felt like one of the worst “features” in twitter.
I implemented account data export for Subreply using StrictYAML. Last weekend I increased the character limit from 480 to 640.
I finally decided to implement a character counter for Subreply. The good thing is the ASCII only input which makes str.length work as expected in JavaScript.
Curious about subreply, since I also make a forum discussion for my community. At first I make it very plain just ‘post’ and ‘comments’, with same reason. But after a while, community start asking for features like wysiwig, reply on reply, etc.. what will you do if similar things happen? Good luck BTW
Think about solutions that you can build while meeting some of their expectations. Markdown instead of WYSIWYG, mentions instead of reply to reply, etc. In the end, just ask the community.
I’m working on Pybench, a Python benchmarks suite inspired by Geekbench.
Can you not just take any other web browser, change its user agent to match a mobile browser, and then shrink the window? Firefox even has a “responsive design mode” built right in that’s two-clicks away.
Please elaborate because for all I know you could just be using sarcasm very effectively and I’m honestly wondering if I’m missing something interesting :)
You have to change the user agent on other browsers and even then you might not trigger the mobile version. Apple WebView + iPhone UA + iPhone sized viewport = mobile web on desktop.
Try to browser mobile version of LinkedIn on any browser. On Monochrome works exactly like on iPhone.
For my site (link on profile), I use PHP to dynamically create a blog from source files. In my case the source file is a single JSON file. I can write a Hugo/Jekyll compatible CMS in PHP that generates content dynamically.
Chromium should get a fork at this point. No way we can allow every bad script to run in the browser. From a security stand point, this is the worst thing that can happen on the web.
How about https://iridiumbrowser.de/ ?
What exactly is this? A general/tech-inclining news aggressor? Where do the links come from? Some AI or are they scraped from various sources like a planet site? What relation does this have to https://sub.cafe – a parallel project, or is there some connection between the two?
Just posting a link like this is confusing and doesn’t say much. Add a comment if you know more, or maybe add a short note to the title “Newscafe: An AI-based news aggressor”or whatever it is – would help a lot.
Found this poking around a bit:
Newscafe is my newest project and it’s up at news.sub.cafe. Right now it fetches some RSS feeds and ranks the links by number of shares on Facebook. But it can be much more with better sources and interesting metadata.
(Here)[https://sub.cafe/lucian/] (Sorry can’t find a way to link to a specific post.)
Sub is the parent app/domain and it’s a social network.
Newscafe is a automated news site like Microsoft/Google/Apple News. I should have called it Sub News.
I working on Newscafe (news.sub.cafe). It includes links from the front page of Lobsters too. I will try to improve quality of news this week. Ideas about how to achieve that are welcomed.
First of all, congrats on launching!
Could you share a bit more of its story? I’m interested whether this service has any basic use case, or you just built it for the fun (which is perfectly fine!)
One of the messages says:
Messages are grouped in channels like they are on Slack and voted like they are on Reddit. It’s using mentions like on the first version of Twitter. The only thing in common with sublevel.net is the tech stack and the fact is they are both created by me. There’s filtering of bad messages and blocking of multiple consecutive messages. Private messaging will come later.
So it’s like Twitter, but messages can be voted, and hashtags define channels?
So it’s like Twitter, but messages can be voted, and hashtags define channels?
Exactly. It can be useful for live events, open source feedback like on Gitter, etc. I’m curious where it goes.
Hi, the markup looks solid and neat.
Great job, thanks for posting!
Seems nice, any plans to open source the software? And maybe allow federation? Creating an account on a closed-source and centralized service is an insta-no for me unfortunately.
Federation means that a few things become possible;
For one, if you dont trust the admin of your instance or find it has become “toxic” you can switch to another one or start your own.
Secondly, it gives easy support for themed instances, where while the backend remains the same, the frontend parts can be edited to better support a specific interest, mastodon does it very well and secure scuttlebutt can go even further than that.
Also, since people tend to group by interests, it’s not impossible to have an instance be “nazi” themed or “loli” themed, but most federated protocols tend to have an option to ignore part of the federation, not a plus for federation, but more of a reason why it’s not a minus either.
Now this is all made possible by simply open sourcing an application, gitlab and lobsters do that very well. But the implementation of a federation protocol allows all these different instances to communicate together very easily, which strengthens the network as a whole.
A bit disappointing that this uses GoogleAds. Not sure what ads add to this website.
Sorry, I have Ka-Block! and I didn’t notice any ads on the site.
Well I didn’t either, I looked at the JS loaded to show these pages (with umatrix) and saw that googleads was included. :) I can understand the usage of some kind of tracking to improve the website (which it might be used for), but not sure overall of the point of googleAds here.
It’s similar to the point of ads on most pages: the people who publish the page are hoping to make some money.
Indeed, although on these kind of sites, there isn’t any ads usually so I was surprised.