Give a quick description of what you're up to and what some recent learnings have been.
For further actions, you may consider blocking this person and/or reporting abuse
Give a quick description of what you're up to and what some recent learnings have been.
For further actions, you may consider blocking this person and/or reporting abuse
ViitorCloud Technologies -
Vitor Norton -
Grenish rai -
Oliver Bennet -
Top comments (67)
Published a tool that demonstrates the difference between px, em, and rem beyond their simplicity.
Lesson: em is better than rem for 3rd party stylesheets as it gives clients the most flexibility.
awesome, never really knew that myself , Thanks!
You're welcome Auroiah!
Same as I. Until I made that demo for an article I'm writing on the misconceptions of the 62.5% trick.
woww goog job Toheeb. Good tool to know the difference in one shot. Kudos 👍🏻
I'm glad it was helpful
This is cool! Could you also show CSS snippets which update when you adjust the sliders?
Thanks!
May I ask, what would you like to see: the code or values?
I assumed Devs could inspect for both, but sure that takes extra step.
As always working on my desktop environment in the browser (daedalOS).
This week I focused on animated wallpapers and adding some features to Webamp such as playlist support and Butterchurn.
Did an article/video on the results recently if anyone is interested.
Recent learning would be finding an awesome streaming service in somafm.com which supports CORS.
I'm inspired by your project and think it's cool.
Have you thought about creating your own stream proxy for somafm?
I've thought about building a general service for these types of things.
Thanks! I haven't looked into a proxy, but as it is now it works and it's mostly just a proof of concept.
That's great man
Thanks!
Working on a tool to allow firefighters to log their missions. As I am a firefighter myself I have noticed a lack in tools where we can keep track of where we have been and what we did there.
I am looking to expand the tool with easy ways of keeping track of what gear you used, if you were exposed to toxic smoke and so on.
I have always been curious about tools aimed at people with critical jobs such as firefighters, paramedics, etc. In your project, do you deal with very sensitive and critical information? And if so, do you take extra measure to ensure reliability and data integrity?
Hi,
This is a real challenge yes, but I am trying to create an application without as much sensitive information as possible. I am for example taking the address from a callout and are using BING API to create a GPS zone and toss away the address. This way I am not having the address of an incident in my database, but I am still able to create heatmaps etc.
Other information is not that sensitive, it's information that could have been in the local news paper with some twists to it.
A user can check how many calls his of hers department have had, and that information is saved. But at the same time the same information is available by searching the news.
There is currently no extra measure to ensure reliability or data integrity, but the application is still also in early development mostly living on my Mac.
Hope that answers you questions.
Working on a self hosted version of approximated.app for some of the larger customers that have been asking for it. Making it super portable and easy to setup has been a lot of fun. Gives me a reason to try some new things out!
Bookmarked. What an awesome app.
I'm going to give another sort-of lame answer. I upgraded the version of some libraries used by my Discord bot: github.com/mistval/kotoba I'm not doing a ton of work on it recently, but it's stable and I'm happy that it has a devoted user base.
Is cool! Nothing is lame. :-)
dont short yourself that is not lame ! Nice work so far!
I released the first version of Act, a library that enables you to create flat or hierarchical state machines. Right now, it's in Java, but a friend suggested to port it to Python in the future.
If you've got some time to spend, have a look/try it out and give me feedback, I appreciate it.
github.com/bertilmuth/act
I learned a lot about statemachines in the process of creating it. Including the history, starting at Moore/Mealy machines in the 1950s, through Harels statecharts in the '80s, up to the latest version of the UML in the 2010s. I think what I've created overcomes some of the weaknesses of these approaches, while trying to preserve as much of the good aspects as I could. If you want to know more about that, let me know.
A while back I built a website for landscapers and retail nurseries to find wholesale nurseries, nurserypeople.com and am now at over $150/month in adsense income. 😀 Kind of thinking through how to make it better to get that income up past a thousand a month. Love any tips!
Working on Tails v2!
Awesome! Bookmarked.
Working on a PR to cert-manager to allow people to specify AWS access key IDs using secrets.
Hopefully wrapping that up, then moving on to diagramming out my home k8s cluster build.
I jumped and made the switch from mac to windows.
I have an application that helps me take notes at specific timestamps.
There used to be a web version, but I chose to make a native application,
Now I dusted up the old version that works nicely on windows as a PWA and added cool functionnalities like data persistence even as you close the app,
I use localStorage but am trying to make it use indexedDb instead.
Next weekend I will port my not 100% finished swiftui app for timing debates to ionic and capacitor. It is tedious, but the app will be what it should have been : cross platform