TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What kind of online tools are you using, missing or can be improved?

123 pointsby s-xyzover 3 years ago
When we speak of online tools, one can think of converters, calculators or even auxiliary functionalities.<p>What kind of tools are you currently using, missing or think can be improved?<p>Some examples:<p>- timestamp to date converter (e.g. https:&#x2F;&#x2F;magictools.dev)<p>- input tools (e.g. https:&#x2F;&#x2F;www.google.com&#x2F;inputtools&#x2F;)<p>- text comparison tools (e.g. https:&#x2F;&#x2F;text-compare.com&#x2F;)

49 comments

ashneheteover 3 years ago
CyberChef (<a href="https:&#x2F;&#x2F;gchq.github.io&#x2F;CyberChef&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gchq.github.io&#x2F;CyberChef&#x2F;</a>) has almost everything I need. It is described as &quot;The Cyber Swiss Army Knife&quot;.
评论 #29775282 未加载
评论 #29773602 未加载
评论 #29771279 未加载
评论 #29772641 未加载
bloopernovaover 3 years ago
I want an automated work timeline tool. There are things I do that are semantically linked, grouped by timing. For example:<p><pre><code> I get an issue in Jira &quot;enable AWS feature for project X&quot;. I search for AWS and Terraform documentation on those subjects. I edit code on a feature branch named for the Jira issue. I save links and notes into my Emacs org-roam knowledge base. I test the new feature. I submit a PR. I edit documentation to support the new feature. I add to the architectural decisions for the team and the project. I close the Jira ticket. </code></pre> All those things might happen within an hour or two, or be dragged out longer for bigger features. I want that temporally and semantically linked set of activities to appear on a timeline with links to and from the various tools I use.<p>Why? The more data the better. Being able to search for &quot;AWS S3 policies&quot; and get information from all the bits my brain &quot;touched&quot; to implement something. This is also something that might help those team members who are less likely to correctly document or record their work.<p>Now imagine that, but for a team. This is a half-finished idea, born mostly from a desire to link my Firefox bookmarks&#x27; tags and the tags in my org-roam knowledgebase.
评论 #29772288 未加载
评论 #29773579 未加载
cxcorpover 3 years ago
Some stuff I use often:<p>- Finding out what a linux command line tool&#x27;s flag does without having to CTRL+F through multiple matches in the manfile (<a href="https:&#x2F;&#x2F;explainshell.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;explainshell.com&#x2F;</a>)<p>- Test and visualize JS regex (<a href="https:&#x2F;&#x2F;regexr.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;regexr.com&#x2F;</a>)<p>- Render PlantUML class or sequence diagrams (<a href="https:&#x2F;&#x2F;www.planttext.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.planttext.com&#x2F;</a>)<p>- Unicode code converter (<a href="https:&#x2F;&#x2F;r12a.github.io&#x2F;app-conversion&#x2F;" rel="nofollow">https:&#x2F;&#x2F;r12a.github.io&#x2F;app-conversion&#x2F;</a>)<p>- Unicode codepoint viewer (<a href="https:&#x2F;&#x2F;r12a.github.io&#x2F;uniview&#x2F;" rel="nofollow">https:&#x2F;&#x2F;r12a.github.io&#x2F;uniview&#x2F;</a>)
ivankuzover 3 years ago
I&#x27;m using CyberChef (<a href="https:&#x2F;&#x2F;gchq.github.io&#x2F;CyberChef&#x2F;" rel="nofollow">https:&#x2F;&#x2F;gchq.github.io&#x2F;CyberChef&#x2F;</a>) quite a lot for different tasks.<p>I love the simplicity of writing a program in mere minutes and distributing it with a single link.
评论 #29771536 未加载
hobrover 3 years ago
I find myself using Rubular (<a href="https:&#x2F;&#x2F;rubular.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rubular.com&#x2F;</a>) quite often for experimenting with regular expressions.
评论 #29770316 未加载
评论 #29777025 未加载
评论 #29778229 未加载
评论 #29770143 未加载
Qemover 3 years ago
Bayesian filtering for news sites. Say I follow a news site, but I&#x27;m not interested in all published articles. Only in some topics not covered by existing categories, or hard to specify by keyword search. It would be helpful to have a filter, analogous to a spam filter, that I would train presenting examples of what I like or not, and it would eventually learn what interests me, saving me the effort of sifting through articles periodically.
评论 #29782591 未加载
评论 #29778515 未加载
评论 #29772326 未加载
DarrenDevover 3 years ago
I use a JSON formatting tool a lot (<a href="https:&#x2F;&#x2F;jsonformatter.curiousconcept.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;jsonformatter.curiousconcept.com&#x2F;</a>). I do wonder sometimes about pasting sensitive data into sites like this, and what they might be doing with it.<p>Strange in a way, that companies spend so much effort restricting how we handle sensitive data, and then you copy and paste it into any website with an input box and no one seems to care. Fingers crossed and all that.<p>These sites are like camera phones when it comes to data. Everyone pretends they don&#x27;t exist and can&#x27;t copy data; that our security measures all work, just because.<p>Also, RGB to HEX. I&#x27;m always looking to convert one to the other, or choose similar colors to one I&#x27;m working with. The sites I use (at the top of Google) are always lacking in some ways.
评论 #29773615 未加载
评论 #29772416 未加载
评论 #29771837 未加载
评论 #29772148 未加载
评论 #29771627 未加载
评论 #29853341 未加载
评论 #29773143 未加载
评论 #29850263 未加载
causality0over 3 years ago
I want progressive bookmarks that save where I was on the website even if I don&#x27;t open them again for a year. Like if I was reading a blog from beginning to end I want to bookmark it once and have the bookmark update every time I open the next entry.<p>I want a complete website archiver I can launch from a browser. Something like HTTRACK but works with modern sites full of embedded content.
评论 #29772438 未加载
pizzaover 3 years ago
first-class citizen vim splits in the browser. so annoying to have to scroll between the top part of a webpage and the bottom part of a webpage to mentally memcpy info into a form in the year of our lord 2022.<p>i think my ideal browser would have a ui like tmux<p>actually if we could go back to using web technologies to build browsers (reminiscent of xul) maybe we should try to build browsers using wasm - then everyone under the sun can have their own contributions to make. xmonadic firefox, anyone?
评论 #29773364 未加载
评论 #29773748 未加载
评论 #29775387 未加载
评论 #29774624 未加载
m_a_gover 3 years ago
Filtering tool for Twitter. For example, if I&#x27;m following someone for their knowledge in software engineering, I don&#x27;t want to see their political Tweets. I would pay for an extension like this.
评论 #29773155 未加载
siesteover 3 years ago
Missing a &quot;Screenshot for audio&quot; function: A simple shortcut on my phone (like volume up + volume down) that saves +&#x2F;- 20 seconds of current audio stream, and a link to the original. Like when I listen to a podcast while running, and an interesting book is mentioned, and I want to have a really quick record of it that I can revisit later. Should be independent of listening app, and also work for phone conversations.
freddrefover 3 years ago
I built a simple email API that I use frequently for notifications and reports. <a href="https:&#x2F;&#x2F;batsign.me" rel="nofollow">https:&#x2F;&#x2F;batsign.me</a>
LinuxBenderover 3 years ago
There are many tools <i>mostly scripts</i> for converting IP addresses, CIDR blocks, aggregating CIDR blocks and ranges, calculating netmasks and much more. Most of those tools are written for IPv4. I have not seen many of them written to calculate the same things for IPv6 or even convert existing IPv4 networks to fit into IPv6 networks.<p>If someone went back and forked or rewrote all those C, Perl and Python scripts into modern code then perhaps adoption of IPv6 would be slightly higher as network engineers would have more tools in their hands to manage and assign network configurations. Even better, if there was a public git repo that tracked all the older projects and the evolution to newer code in one place I think the adoption of usage would be really high.
评论 #29770386 未加载
iandanforthover 3 years ago
Search by description. Basically if google fails me I want to be able to describe my problem and get suggestions and answers from that.<p>I know this is now possible as I recently asked OpenAI Codex to do just this. I described the problem I had and asked it complete the best python library to solve it. It suggested a library I hadn&#x27;t heard of but was just what I needed.<p>This also works with the older tool &#x27;citeomatic&#x27; from Allen AI. You can describe the paper you want to <i>read</i> and it will give you a reading list. (Not exactly the intent of the tool, but it worked well while it was up to date).<p>I think there&#x27;s room for both a medium form (a paragraph description) direct query tool and a chatbot like tool that tries to iteratively refine the search.
u2077over 3 years ago
Not all of these are web based but they are “online”<p>Image tool by google - Squoosh (<a href="https:&#x2F;&#x2F;squoosh.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;squoosh.app&#x2F;</a>) RSS reader - Feedly Classic (looking for alternative that is similar, can be paid but no subscription) General News without the garbage - Winno (iOS app) (looking for web-based alternative) Regex learn - (<a href="https:&#x2F;&#x2F;regexlearn.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;regexlearn.com&#x2F;</a>) Icons8 - (icons8.com) Raindrop - (raindrop.io)<p>Things that are missing or can be improved: RSS readers &amp; web browsers (specifically on iOS) Desktop email app for windows (waiting for spark to release)
kyawzazawover 3 years ago
<a href="https:&#x2F;&#x2F;www.deepl.com&#x2F;translator" rel="nofollow">https:&#x2F;&#x2F;www.deepl.com&#x2F;translator</a><p>If I ever need to translate
lukeschlatherover 3 years ago
An audio (possibly also video) chat app with a configurable fixed delay. Ninjam (<a href="https:&#x2F;&#x2F;www.cockos.com&#x2F;ninjam&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.cockos.com&#x2F;ninjam&#x2F;</a> ) implements the basic idea but the open-source client is fiddly to get working and the recommended paid client is a DAW so is also pretty daunting. It would be nice to have something in the browser.<p>It would be nice to have something similar that worked as a website, and even could be sort of a cloud version of the A Capella app where you can collaborate on looping harmonies in realtime.
higginsover 3 years ago
I use followupthen for fast email reminders. Clears the inbox and perfect for inbox zero! <a href="https:&#x2F;&#x2F;www.followupthen.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.followupthen.com&#x2F;</a>
评论 #29774711 未加载
Zababaover 3 years ago
Using:<p>- rot13&#x2F;rotN<p>- hex to ascii conversion<p>- multiple timers at the same time (one in 5 minutes, one in 7, one in 10, one in 15 for example)<p>- translation, mostly for japanese&#x2F;english. I use google translate and deepl<p>- REPLs&#x2F;playgrounds, when I want to test something in a programming language without installing it<p>- specific video conversion, usually to post a .mp4 on Twitter. This could and should be a shell script<p>- Google Sheets, for record keeping from my phone&#x2F;computer or sometimes graphs<p>- Regex101.com<p>Can be improved:<p>I&#x27;d like something like Excel tables for Google Sheets.
评论 #29771087 未加载
softwaredougover 3 years ago
A better way to keep up with Github<p>I don&#x27;t want email notifications spamming Github. I want a smarter feed of things I should care about and need to keep up with to do my work. PRs I probably need to review, Issues related to what I work on, etc... I haven&#x27;t found a great way to do this, maybe others have ideas?
评论 #29772705 未加载
评论 #29771145 未加载
评论 #29771743 未加载
评论 #29770951 未加载
loliveover 3 years ago
The tool that disappeared, and that REALLY pissed me off, is spotifynewmusic.com. It was a curation of the most notable music news websites, that delivered a fantastic panel of new music. Nothing replaced this in the Spotify offer yet. (in term of quality and diversity).
punkspiderover 3 years ago
I don&#x27;t know if this fits the criteria, but I&#x27;d like fuzzy search[1] functionality in the browser, to search page contents. I know there&#x27;s an old extension[2] that does this, but I think it has a few bugs.<p>I also use Find &amp; Replace for Text Editing[3] that also searches&#x2F;replaces regex, but it&#x27;s not the same as a quick fuzzy search.<p><pre><code> [1] https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Approximate_string_matching [2] https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;fuzbal&#x2F;lidjpicdkcgjdkgifmmpalkibjeppdof [3] https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;find-replace-for-text-edi&#x2F;jajhdmnpiocpbpnlpejbgmpijgmoknnl</code></pre>
digitalsushiover 3 years ago
I&#x27;d like web browsers to allow user-controlled privacy deviation where a website in a sidebar is allowed to know the URL in the main pane. The sidebar website can run a group chat, run their own spam and comment moderation, and allow for discussion on the main window. I&#x27;m sure it&#x27;s ripe for abuse, but my base case is a less biased place for people to talk about what&#x27;s on a website on the main pane. Friends, companies, any tribal alliance can run their own service for the sidebar in a standard way to keep it easy to swap around. Basically it&#x27;s a way to steal the comment section from websites.
newbambooover 3 years ago
Search. Google’s monopoly and political and legislative corruption are the only things going for it. The world deserves a less evil search engine, ideally one that works like google did about 15 years ago.
评论 #29772171 未加载
评论 #29775327 未加载
eternityforestover 3 years ago
Online tools like that are best improved by making them into VS code plugins. To compare text outside of Git I open Meld and paste it in.<p>Timestamp conversion? SwissKnife in VS code. Make a UUID? Command pallete has me covered!<p>The all-in-one online tools like CyberChef linked below are the most interesting, that way you don&#x27;t have to have to dig around for different ones. But simple utils should not be hard to get to or need internet when VS code has more convenient options.<p>Online tools are great for casual users who don&#x27;t have VS code or want it though.
chris_engelover 3 years ago
A nice tool when you need to things with images. Reverse search, editing, hosting, more: <a href="https:&#x2F;&#x2F;imgops.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;imgops.com&#x2F;</a>
tomaskafkaover 3 years ago
Use data from tools like Pocket to answer &#x27;what are the best 10 articles on this blog&#x2F;site I just found?&#x27;<p>Writers could also use it to direct new readers to their best content.
tvanderbover 3 years ago
I&#x27;d like something that eases in reverse engineering websites. Maybe it could record the screen, JS console, and HTTP requests, and enable interactive playback of that.
tomaskafkaover 3 years ago
Search song by misunderstood lyrics.<p>This is a blind spot of the native english speakers, but I need such thing often, usually trying to find one of the songs I heard some years ago.
评论 #29776942 未加载
评论 #29773647 未加载
Agnes06over 3 years ago
Right now, I use BOWWE (<a href="https:&#x2F;&#x2F;bowwe.com&#x2F;en" rel="nofollow">https:&#x2F;&#x2F;bowwe.com&#x2F;en</a>). It&#x27;s a low&#x2F;no code website builder. For now, I&#x27;m happy with it. I&#x27;m in the process of developing a website, and everything goes smoothly. They also improve this builder all the time, so I hope they will bring more interesting features in the future.
noobtigerover 3 years ago
I developed a chrome extension for my personal use <a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;web-developer-common-tool&#x2F;fdakgfmmljhnfnncokhkbhmdccoacabp" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;web-developer-comm...</a><p>Its really barebones right now, but planning to add more tools and polish it up a little bit.
farskiover 3 years ago
I find myself working with timestamps a lot, and there were a couple very specific things I couldn&#x27;t find with any of the existing converters&#x2F;tools, so I built <a href="https:&#x2F;&#x2F;epoch.place" rel="nofollow">https:&#x2F;&#x2F;epoch.place</a>, and it was a very good use of my time. I use it all the time and it does exactly what I need.
s-xyzover 3 years ago
Found this one, if you ever need to convert a MongoDb objectID into a timestamp&#x2F;date: <a href="https:&#x2F;&#x2F;magictools.dev&#x2F;#!&#x2F;tools&#x2F;mongodb-object-id-to-timestamp" rel="nofollow">https:&#x2F;&#x2F;magictools.dev&#x2F;#!&#x2F;tools&#x2F;mongodb-object-id-to-timesta...</a>
aentover 3 years ago
I use ratingraph.com quite a lot for seeing the TV-show season trends and if something&#x27;s worth watching
forcerover 3 years ago
I am missing keyword analytics for github. What stuff developers search, most popular searches etc
dmitrygrover 3 years ago
I would love a good web search engine. I’d pay for one. Something like Google circa 2010
huetiusover 3 years ago
I would like a music engraving tool, like lilypond[0], but which plays nicer with the web (bonus points if it makes it easy to treat code as data).<p><a href="http:&#x2F;&#x2F;lilypond.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;lilypond.org&#x2F;</a>
xigoiover 3 years ago
I&#x27;m missing a collaborative whiteboard with the following features:<p>* Infinite scroll<p>* Undo&#x2F;redo<p>* Pasting images<p>* LaTeX math input
评论 #29773524 未加载
评论 #29775269 未加载
评论 #29780259 未加载
评论 #29775309 未加载
lordgrenvilleover 3 years ago
Online static QR code reader, capable of shearing, cropping, etc. I have no idea how to extract a link from an image file with a QR code, at least on a laptop.
cheeaunover 3 years ago
<a href="https:&#x2F;&#x2F;dateful.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;dateful.com&#x2F;</a> especially the Time Zone Converter, has been pretty useful for me
superasnover 3 years ago
Not sure if this qualifies but I&#x27;m using www.photopea.com a lot these days after switching to Linux.<p>It&#x27;s an online replacement for Photoshop fyi and comes pretty close.
Kinranyover 3 years ago
Google Sheets, but self-hosted and document-oriented like Jupyter notebooks, not spreadsheet-oriented.
评论 #29772650 未加载
评论 #29772497 未加载
SilasXover 3 years ago
I want a general-use assembly debugger that works like the in-browser one on microcorruption.com
mro_nameover 3 years ago
I use a personal static microblog engine, miss it for the public and am about improving it.
olvy0over 3 years ago
1) An online code editor that&#x27;s good for a smallish smartphone. I don&#x27;t usually code on my phone, but when I do it&#x27;s usually unpleasant.<p>Either I use hacker&#x27;s keyboard or gboard, and with both I constantly misspell things and miss the keys. In online IDEs which do have some sort of autocomplete it tends to cover up half the screen. And with the other half is covered by the keyboard I can&#x27;t see what I&#x27;m picking or writing or the context.<p>Something like an auto complete with an auto-zoom in and out when I type or choose something from the autocomplete would be nice.<p>Also some conveniences for copying and pasting lines of code around, <i>not</i> by using gestures (I&#x27;m clumsly...) but through a combination of keyboard and&#x2F;or on-screen prompting.<p>This is a rather niche, since like I said I usually don&#x27;t code on my phone. The only time I felt it was missing was when 2 years ago I did Advent of Code on my phone during commutes, and the only site that worked for me was ideone.com because their text entry is essentially just a simple no-frills textbox. So I didn&#x27;t have autocomplete but I could bang up a reasonable solution in a reasonable time (I tried to get a semi-decent score).<p>2) I wish there was an easier way to view forks &#x2F; branches of a given repo, across <i>all</i> popular sites. This would help finding forks with fixes of a repo which looks abandoned.<p>3) A site which aggregates book reviews from various sites, similar to RottenTomatoes but for novels.<p>Currently when I&#x27;m searching for book reviews when considering to buy or listen to a book, I first read (non-spoiler-y) reviews on Amazon, then on GoodReads, then google for reviews on various online outlets, then google for blogs, and maybe even search Youtube if I have the patience to listen.<p>There&#x27;s <a href="https:&#x2F;&#x2F;bookmarks.reviews" rel="nofollow">https:&#x2F;&#x2F;bookmarks.reviews</a> but it doesn&#x27;t have too many reviews on it and of course doesn&#x27;t include Amazon&#x27;s ratings.<p>Something semi-automated would have been nice. For children&#x27;s books it would also be nice if it included reviews from the CommonSenseMedia and Children&#x27;s Book Council of Australia sites.<p>4) A way to browse all comments for a youtube video.<p>There&#x27;s <a href="https:&#x2F;&#x2F;youtubextras.com" rel="nofollow">https:&#x2F;&#x2F;youtubextras.com</a> but it doesn&#x27;t seem to work for me.<p>Jump to a certain time and view comments from that time period.<p>Not just download them, browse them in the browser.<p>I know many people don&#x27;t like youtube comments but I sometimes find them hilarious or even insightful (especially on popular dev-related videos), and I don&#x27;t like youtube&#x27;s interface for browsing them.<p>Something HN-like would have been nice, something that will figure out who is replying to whom in the flat second-level hierarchy and nest them. Possibly a browser add-on.
tester756over 3 years ago
time stamp to date<p>json &#x2F; xml formatter &#x2F; css minifier<p>text diff<p>online compilers<p>pastebins
logicalleeover 3 years ago
great question I can think of a few like that!<p>- (an improvement) wormhole.app is nearly absolutely perfect but has trouble with very large files such as several gigabytes. Since it gives the link immediately I set a file to upload but it got stuck on the encryption stage, I only noticed when I checked it many hours later but I didn&#x27;t get any indication it was stuck as opposed to just being slow. It probably uses an encryption algorithm that is not O(n) or something which is what encryption algorithms should use so that they can handle any file from 0 bytes to a few terabytes or something. It should only ever fail if the disk fails to read it for some reason, not due to any size constraint in the encryption algorithm on a desktop with 16 gigabytes of ram and lots of free disk space (in case it needs to make a local copy or something.) I think the encryption algorithm needs improvement so it handles large files better (I am basing this on where it gets stuck at the &#x27;encrypting&#x27; stage for large files). improving this algorithm would let me use it for larger files or mailing myself a link, starting an upload before it&#x27;s ready. I&#x27;m still going to keep using wormhole.app I think it&#x27;s by far the easiest to use and best app - I just drag a file onto it and wait for it to complete then I know it&#x27;s done. great app I use frequently for important things.<p>- (a new tool) I use a billionaire&#x27;s laptop when I travel, something that isn&#x27;t going to get stolen from me. sometimes I could use the power of a beefy server-class hardware for rendering a web app, for example my project management software isn&#x27;t usable from this laptop. something where I could pay $50 per month for a remote desktop (that just runs chrome web apps nothing else), whenever I connect it swaps it into RAM and puts real power behind it, otherwise it swaps out to disk since I&#x27;m not using it. (I mention this requirement since web apps use enormous amount of state that they just load and keep locally - these can be swapped out to disk when a user isn&#x27;t connected but when the user reconnects it needs to all go back into RAM quickly since the whole point of the service is to speed up web apps - the state shouldn&#x27;t be discarded.) By the way clickup.com is the project management tool my laptop isn&#x27;t really fast enough to load for example, I just use it from a desktop.<p>- (an improvement) clickup.com doesn&#x27;t allow loading background images, this makes it unusable for my purposes since it is impossible to separate real products from vaporware. The CEO said he will fix it and they nearly have the required functionality, so hopefully this will just fix itself and let me use the tool. Besides this which makes it unusable it is really perfect. (If anyone works at clickup, vote on the issue to allow background pictures. it is as important as a cover is for a spy, I would say if I used clickup.com for anything actually important, lives would depend on it. the tool is unusable for me.)<p>- (a new tool) something like twitter but for KPI&#x27;s. For example the only thing that matters to me in life is my happiness, it&#x27;s been pegged at 10 for years, but sometimes people lie about how happy I am. (just as the CEO I mentioned would probably lie about whether any of his customers think his tool is unusable though I can&#x27;t blame him.) So, it would be nice for me to be able to point them to the graph and say, well, that&#x27;s not what the record shows. However, there is no record: there is noplace I can log in and put a 9.9 if my happiness ever drops from a 10 to a 9.9. I mean I guess I could track it on a Google document, I do that for some of my most important relationships, but I am thinking of something that will generate the graph for me as a permanent unalterable record - because that&#x27;s what life is. Maybe one day I&#x27;ll end up doing something mildly important, and if that ever happens it won&#x27;t happen overnight, but if I ever make the history books, I&#x27;d like to be remembered as someone who lived happily and caused happiness around him along the way - my strategy at the moment is just to make sure I&#x27;m always 10&#x2F;10 safe and happy, but sometimes (as with the stolen laptop example) it is hard for other people to know that. I&#x27;m not influenced by what other people think they want but from time to time I do like to share a record of reality. In the case of the Clickup CEO for example I would like to be able to show him that his tool has been unusable for me for 7 months or whatever (for example). The record doesn&#x27;t lie. It&#x27;s why I don&#x27;t mind the fact that I can&#x27;t use it on my travel laptop for example - it&#x27;s unusable anyway. But who would believe it? It&#x27;s such a small feature, Trello had it for years for example and many people say they are stuck with Trello due to this missing feature in Clickup. (Can you feel my anger??? It is certainly a very evocative question!)<p>Well, I really liked this question and it made me feel like someone is interested in providing good tools and functionality or improvements. that&#x27;s a net win for everyone, so it makes me happy to see. (Specifically, the attitude of inquisitive helpfulness - great way to gather real requirements from real people, since otherwise we all risk spending all our time trisecting an angle (a famous unsolved problem in Greek geometry that wouldn&#x27;t offer any benefits even if it <i>were</i> solved. We have protractors that are more than good enough for any real-world project.))
评论 #29777675 未加载
adictatorover 3 years ago
I use mint.com to consolidate all my financial details. But it is so buggy. Every time I access it seems to generate all stats from scratch, which means that it has no idea about accounts I have closed, renamed, moved etc.
评论 #29774733 未加载
评论 #29771950 未加载
adictatorover 3 years ago
I use <a href="https:&#x2F;&#x2F;nimbletext.com&#x2F;live" rel="nofollow">https:&#x2F;&#x2F;nimbletext.com&#x2F;live</a> to generate&#x2F;convert commands from&#x2F;to csv etc. It has been extremely useful for my regular work.